This commit is contained in:
2026-07-15 17:34:33 -06:00
parent 42c2e79192
commit d3cf938eb3
+11 -2
View File
@@ -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