-
Hello, I am currently facing difficulties in using .wasm files within an iOS app. It seems that due to the --jitless mode in iOS, the use of the WebAssembly object is not possible. I am curious if this makes the execution of .wasm files entirely impossible within the app, and if there is any way to utilize them despite these limitations. If anyone has experienced similar challenges or knows of a solution to this issue, I would greatly appreciate your advice. Sharing information on the restrictions of using .wasm files in iOS and any potential workarounds would be incredibly helpful. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I can confirm it's not possible, it's something that would have been quite beneficial for some projects where I use nodejs-mobile.
And yes, this is the reason why. |
Beta Was this translation helpful? Give feedback.
I can confirm it's not possible, it's something that would have been quite beneficial for some projects where I use nodejs-mobile.
And yes, this is the reason why.