diff options
author | Ty Overby <ty@pre-alpha.com> | 2024-09-13 12:54:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 18:54:13 +0000 |
commit | 29d30fabcb688b599920deef9d92a5413615eaab (patch) | |
tree | 85a34adc9e7dda39b061728376e666a62601e804 | |
parent | 0888f9c245cd864b9386f65ff54331f9fbe993b0 (diff) | |
download | binaryen-29d30fabcb688b599920deef9d92a5413615eaab.tar.gz binaryen-29d30fabcb688b599920deef9d92a5413615eaab.tar.bz2 binaryen-29d30fabcb688b599920deef9d92a5413615eaab.zip |
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.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ Toolchains using Binaryen as a **component** (typically running `wasm-opt`) incl * [`J2CL`](https://j2cl.io/) (Java; [`J2Wasm`](https://github.com/google/j2cl/tree/master/samples/wasm)) * [`Kotlin`](https://kotl.in/wasmgc) (Kotlin/Wasm) * [`Dart`](https://flutter.dev/wasm) (Flutter) + * [`wasm_of_ocaml`](https://github.com/ocaml-wasm/wasm_of_ocaml) (OCaml) For more on how some of those work, see the toolchain architecture parts of the [V8 WasmGC porting blogpost](https://v8.dev/blog/wasm-gc-porting). |