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