You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Ionic example fails on build or test with the message:
both async and sync fetching of the wasm failed
To Reproduce
Steps to reproduce the behavior:
Go to 'examples/ionic' folder and build. I used node v16
run 'ng test' or ng start & try the app
See error
Expected behavior
Working app, passing tests
Output
Error: both async and sync fetching of the wasm failed
...
browser.es.js:1 wasm streaming compile failed: TypeError: Failed to execute 'compile' on 'WebAssembly'
...
An error was thrown in afterAll
RuntimeError: abort(RuntimeError: abort(both async and sync fetching of the wasm failed). Build with -s ASSERTIONS=1 for more info.). Build with -s ASSERTIONS=1 for more info.
Desktop (please complete the following information):
OS: [MacOS Sonoma]
Browser [Latest Chrome]
The text was updated successfully, but these errors were encountered:
Describe the bug
The Ionic example fails on build or test with the message:
To Reproduce
Steps to reproduce the behavior:
ng start
& try the appExpected behavior
Working app, passing tests
Output
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: