This is a collection of sample code used in withbighair's blog.
- Exporting functions from Wasm and calling them from a host
- Importing a functions from the host environment and calling them from Wasm
- Understanding External References
- Function Pointers
- Shared binary compatible c structures between multiple architectures (handy for zero copy data sharing between WebAssembly and the host)
This all provi