From 29d30fabcb688b599920deef9d92a5413615eaab Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Fri, 13 Sep 2024 12:54:13 -0600 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef1bf03002c..3eaafb7f72a 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).