DEV Community

Michael ∞
Michael ∞

Posted on

WebAssembly on iOS error (please help)

Has anyone had any experience working with WebAssembly on iOS? I know WebAssembly should work on iOS 14+, but for some reason I keep running into this error:

Syntax Error: WebAssembly is undefined
Enter fullscreen mode Exit fullscreen mode

The weirdest thing is that when I run my app in a simulator everything runs smoothly, but on an actual device I keep getting the Syntax Error.

If anyone could help or provide some direction on where I might be able to find the answer, that would be hugely appreciated as this has been driving me crazy πŸ˜…

Top comments (0)