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
- Host: GitHub
- URL: https://github.com/data-miner00/what
- Owner: data-miner00
- Created: 2024-11-05T06:08:14.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T12:37:04.000Z (12 months ago)
- Last Synced: 2025-01-13T00:48:54.819Z (10 months ago)
- Topics: wasm
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)