Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebAssembly not support #638

Open
1 task done
ANC1024GO opened this issue Aug 1, 2024 · 0 comments
Open
1 task done

WebAssembly not support #638

ANC1024GO opened this issue Aug 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ANC1024GO
Copy link

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.

@ANC1024GO ANC1024GO added the bug Something isn't working label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant