From 580bc34d0292176c33660c5b45e0eec45aaa650d Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 28 Jun 2024 08:10:49 +0900 Subject: [PATCH 1/2] Add an implementation to the "Implementation Status" section --- 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 9633e43..4a90331 100644 --- a/proposals/custom-page-sizes/Overview.md +++ b/proposals/custom-page-sizes/Overview.md @@ -410,6 +410,7 @@ Tests: Engines: +* [x] [toywasm](https://github.com/yamt/toywasm) * [x] [Wasmtime](https://github.com/bytecodealliance/wasmtime/pull/8763) Toolchains: From 7eaa6969922d4d244ff2ebaf41e397aac9f7c59b Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sat, 29 Jun 2024 12:58:03 +0900 Subject: [PATCH 2/2] make the toywasm link point a specific PR --- 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 4a90331..8daa2b1 100644 --- a/proposals/custom-page-sizes/Overview.md +++ b/proposals/custom-page-sizes/Overview.md @@ -410,7 +410,7 @@ Tests: Engines: -* [x] [toywasm](https://github.com/yamt/toywasm) +* [x] [toywasm](https://github.com/yamt/toywasm/pull/181) * [x] [Wasmtime](https://github.com/bytecodealliance/wasmtime/pull/8763) Toolchains: