Skip to content

Commit 29d30fa

Browse files
authored
Add OCaml toolchain to binaryen readme (#6939)
`wasm_of_ocaml` uses Binaryen's `wasm_as`, `wasm_merge` and `wasm_opt` as a part of its toolchain.
1 parent 0888f9c commit 29d30fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Toolchains using Binaryen as a **component** (typically running `wasm-opt`) incl
3131
* [`J2CL`](https://j2cl.io/) (Java; [`J2Wasm`](https://github.com/google/j2cl/tree/master/samples/wasm))
3232
* [`Kotlin`](https://kotl.in/wasmgc) (Kotlin/Wasm)
3333
* [`Dart`](https://flutter.dev/wasm) (Flutter)
34+
* [`wasm_of_ocaml`](https://github.com/ocaml-wasm/wasm_of_ocaml) (OCaml)
3435

3536
For more on how some of those work, see the toolchain architecture parts of
3637
the [V8 WasmGC porting blogpost](https://v8.dev/blog/wasm-gc-porting).

0 commit comments

Comments
 (0)