diff --git a/docs/Cookbook.md b/docs/Cookbook.md index a5e3b5e..9a6ec98 100644 --- a/docs/Cookbook.md +++ b/docs/Cookbook.md @@ -372,3 +372,9 @@ Hello, world! } ``` + + +## Other resources + +- [WebAssembly by examples](https://wasmbyexample.dev/home.en-us.html) by Aaron Turner +- [Writing WebAssembly](https://docs.wasmtime.dev/wasm.html) in Wasmtime docs