Has anyone built a compiler extension and libffi-based runtime that supports compiling otherwise normal native code to WASM (eschewing hard linking for runtime resolution)?
Would be fun to make it so that native apps for any platform can be run from an interpreter
Comments
Has anyone built a compiler extension and libffi-based runtime that supports compiling otherwise normal native code to WASM (eschewing hard linking for runtime resolution)?
Would be fun to make it so that native apps for any platform can be run from an interpreter
Emscripten?