|
|
|
|
|
by lambda_foo
965 days ago
|
|
They are targeting two different intermediate representations in the compiler. wasm_of_ocaml is a fork of js_of_ocaml that consumes OCaml bytecode and emits Wasm instead of JavaScript. Compared to wasocaml that uses the FLambda-based backend for OCaml’s native code compiler. Time will tell if both survive, they are both under active development. IMHO target different use cases. |
|