Replies: 4 comments
-
I believe this is just because no one hasn't addressed to run wasmer on iOS. |
Beta Was this translation helpful? Give feedback.
-
Side note: wasmer on Web doesn't actually share any codes with the native wasmer. |
Beta Was this translation helpful? Give feedback.
-
@warvstar did you try |
Beta Was this translation helpful? Give feedback.
-
I have and it works great, now I'm just looking at alternative ways to also compile AOT to get that last bit of performance for my release builds. I'm considering using wabts wasm2c to transpile then just use clang to compile natively, but I have no idea how that even works with the module imports / exports yet, will look into that today. To me it looks like what I need doesn't exist yet, so now I just need to find the closest / easiest project to fork to add such capability, as I don't want to spend more time on it than I need to. |
Beta Was this translation helpful? Give feedback.
-
Can wasmer compile and run on iOS using AOT modules(module caches)?
Is there anything preventing wasmer from been compiled and run on the web?Edit: sorry my second question was for another runtime, I remember already seeing wasmer in the browser.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions