Skip to content

WebAssembly not support #638

@ANC1024GO

Description

@ANC1024GO

Affected version

0.16.1

Flutter versions

3.22.3

No same issues found.

  • Yes, I search all issues but not found.

Steps to Reproduce

use subtitles-octopus.js show this message : WebAssembly support detected: no

Code example

WebF( background: Colors.transparent, devToolsService: ChromeDevToolsService(), // Enable Chrome DevTools Services viewportWidth: viewportSize.width - queryData.padding.horizontal, // Adjust the viewportWidth viewportHeight: viewportSize.height - queryData.padding.vertical, // Adjust the viewportHeight bundle: WebFBundle.fromUrl( 'https://xxxxx.xxx/html/ass/index2.html?v=126'), // The page entry point onLoadError: (e, r) { print('onLoadError---'); }, onJSError: (msg) { print('onJSError---'); print(msg); print('onJSError---'); }, ),

Expected results

WebAssembly support detected: no
ReferenceError: 'ImageData' is not defined
at (https://xxxxx/js/subtitles-octopus.js?v=2:1055:20)
at SubtitlesOctopus (https://xxxxx/js/subtitles-octopus.js?v=2:1081:5)
at createAss (about:blank:41:38)
at test (about:blank:181:13)
at (about:blank:211:13)

Actual results

support WebAssembly It's gonna be a beautiful thing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions