From d3cf938eb358bcb7f50d1b76b0886a48601306f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Wed, 15 Jul 2026 17:34:33 -0600 Subject: [PATCH] readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3941758..dee3b70 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# scratch-wasm -https://jsdw.me/posts/wasm-components/ -https://gertvv.nl/posts/wasm-component-raw.html +a collection of Wasm examples demonstrating concepts important to my +WIP Scheme→Wasm compiler, Gyehoek. mostly focused on the WASI, +garbage-collection, tail-call, and stack-switching proposals, as well +as basic proof-of-concepts for things like Gyehoek's calling +convention. + +## resources + +- https://jsdw.me/posts/wasm-components/ +- https://gertvv.nl/posts/wasm-component-raw.html