ocaml-wasm / wasm_of_ocaml

Other
249 stars 9 forks source link

Directly output Wasm binary code #93

Open vouillon opened 1 month ago

vouillon commented 1 month ago

It would probably be a bit faster to directly output Wasm binary code rather than writing a text file which is then parsed by Binaryen. We actually already have some code for that. We need to extend it so that it can produce a source map as well.