How to determine issues with InterpreterAndAOT Wasm release #14629
Closed
assassin316
started this conversation in
General
Replies: 2 comments
-
Thanks for the question. It looks like you're trying to load the app from a local path, this is not supported by WebAssembly. Try using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Worked, perfect!, thanks! 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Releasing my app in Interpreter mode works fine, but doing so in InterpreterAndAOT never laods. The project successfully compiles but loads in the following state:
How do I go ahead and debug or investigate the source of this problem?
Beta Was this translation helpful? Give feedback.
All reactions