nodejs-mobile / nodejs-mobile-react-native

Node.js for Mobile Apps React Native plugin
https://nodejs-mobile.github.io
MIT License
180 stars 42 forks source link

ReferenceError: WebAssembly is not defined #73

Closed iwater closed 7 months ago

iwater commented 7 months ago

crash when use WebAssembly

staltz commented 7 months ago

On iOS, WebAssembly in nodejs-mobile is not available because it would require JIT features which iOS apps are not allowed to have.