Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Not iOS but it's an interesting thought experiment: if you wanted to build a fast WASM implementation for iOS, how would yo do it?


If your WASM code doesn't change (isn't being downloaded at runtime from the Internet), then you could ahead-of-time compile it to native machine code (ARM/ARM64) and link it into your app.

It doesn't look like anyone's tried to do it for iOS but InNative has a compiler for Windows/Linux.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: