Cmm_of_wasm: From WebAssembly to Native Code via the OCaml Back Endsimonjf.com2 points·by sanderre·قبل 8 سنوات·0 comments
sanderre·قبل 8 سنوات·discussWhenever I manage to find time to hack on it: https://github.com/SanderSpies/ocaml/tree/wasm-backend.It compiles to wasm object files and links files with LLVM's LLD. My current challenge is ensuring that the stdlib correctly translates to wasm. The C parts are not translated yet - which means: no gc, no exceptions, no tail calls.
It compiles to wasm object files and links files with LLVM's LLD. My current challenge is ensuring that the stdlib correctly translates to wasm. The C parts are not translated yet - which means: no gc, no exceptions, no tail calls.