From 762d1709b0c562a112c55c4eab6f996719be7e5c Mon Sep 17 00:00:00 2001 From: Robin Freyler Date: Wed, 12 Mar 2025 10:42:57 +0100 Subject: [PATCH] add Wasmi to list of engines supporting the proposal --- proposals/custom-page-sizes/Overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/proposals/custom-page-sizes/Overview.md b/proposals/custom-page-sizes/Overview.md index 7a5b658d3..69c86c5f1 100644 --- a/proposals/custom-page-sizes/Overview.md +++ b/proposals/custom-page-sizes/Overview.md @@ -415,6 +415,7 @@ Engines: * [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) +* [x] [Wasmi](https://github.com/wasmi-labs/wasmi/pull/1349) Toolchains: