From 863cbae8ba53ff9c963216ac80b361c20d38cbe0 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Mon, 3 Mar 2025 09:57:00 -0800 Subject: [PATCH] Move `wasm2c` to "engines" subsection It isn't a toolchain producing Wasm, it is an "engine" consuming Wasm. --- proposals/custom-page-sizes/Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/custom-page-sizes/Overview.md b/proposals/custom-page-sizes/Overview.md index 9c294392d..1c9eddfe6 100644 --- a/proposals/custom-page-sizes/Overview.md +++ b/proposals/custom-page-sizes/Overview.md @@ -412,6 +412,7 @@ Engines: * [x] [toywasm](https://github.com/yamt/toywasm/pull/181) * [x] [WABT's interpreter](https://github.com/WebAssembly/wabt/pull/2502) +* [x] [WABT's `wasm2c`](https://github.com/WebAssembly/wabt/pull/2508) * [x] [Wasmtime](https://github.com/bytecodealliance/wasmtime/pull/8763) * [x] [Wasm3](https://github.com/tommie/wasm3/commit/3d2dfb75129802080e8ea6ffe5b8eded651bda68) @@ -419,7 +420,6 @@ Toolchains: * [ ] [Binaryen and `wasm-opt`](https://github.com/WebAssembly/binaryen/issues/6873) * [ ] `wasm-ld` in LLVM -* [x] [`wasm2c` in WABT](https://github.com/WebAssembly/wabt/pull/2508) * [x] [The Virgil language toolchain](https://github.com/titzer/virgil/pull/272) Binary decoders: