summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTy Overby <ty@pre-alpha.com>2024-09-13 12:54:13 -0600
committerGitHub <noreply@github.com>2024-09-13 18:54:13 +0000
commit29d30fabcb688b599920deef9d92a5413615eaab (patch)
tree85a34adc9e7dda39b061728376e666a62601e804
parent0888f9c245cd864b9386f65ff54331f9fbe993b0 (diff)
downloadbinaryen-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ef1bf0300..3eaafb7f7 100644
--- a/README.md
+++ b/README.md
@@ -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).