An open API service indexing awesome lists of open source software.

https://github.com/data-miner00/what

Tinkering with WebAssembly
https://github.com/data-miner00/what

wasm

Last synced: 8 months ago
JSON representation

Tinkering with WebAssembly

Awesome Lists containing this project

README

          

# what

Tinkering with WebAssembly.

## Resources

- [WebAssembly Specification](https://webassembly.github.io/spec/core/intro/index.html)
- [Web Assembly Interaction with JavaScript - Jon Flanders](https://app.pluralsight.com/library/courses/javascript-web-assembly-interaction/table-of-contents)
- [Wasm By Example](https://wasmbyexample.dev/home.en-us.html)
- [wasmer](https://wasmer.io/)
- [Awesome Wasm](https://github.com/mbasso/awesome-wasm)
- [WebAssembly - web.dev](https://web.dev/explore/webassembly)
- [WebAssembly - Deno](https://docs.deno.com/runtime/reference/wasm/)
- [wasmtime](https://wasmtime.dev/)
- [WebAssembly System Interface](https://github.com/WebAssembly/WASI)