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

Basically, yeah, it isolates the interactive parts of the plane (animations, likely, as well as OBC and friends).

The WASM Runtime used is on github, https://innative.dev/



Interesting. How does this differ from WASMtime, the focus on C compatibility?


WASMtime is JIT, Innative is AOT.

WASMtime means you can run webassembly data on the fly from memory.

Innative compiles everything into a proper linkable C object, so you can link it as if it was natively compiled. It embeds LLVM so it should get decent performance out of everything.




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

Search: