Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alankrantas/wasm_experiments
WebAssembly (WASM and WASI) experiments
https://github.com/alankrantas/wasm_experiments
assemblyscript go golang tinygo wasi wasm webassembly
Last synced: about 2 months ago
JSON representation
WebAssembly (WASM and WASI) experiments
- Host: GitHub
- URL: https://github.com/alankrantas/wasm_experiments
- Owner: alankrantas
- License: gpl-3.0
- Created: 2021-08-02T03:38:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T05:56:25.000Z (over 1 year ago)
- Last Synced: 2024-07-29T16:58:22.910Z (5 months ago)
- Topics: assemblyscript, go, golang, tinygo, wasi, wasm, webassembly
- Language: WebAssembly
- Homepage:
- Size: 2.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WASM Experiments
This is some of my experiments on [WebAssembly](https://webassembly.org/):
* [Golang + WASM](https://github.com/alankrantas/wasm_experiments/tree/main/go-wasm)
* [TinyGo + WASM](https://github.com/alankrantas/wasm_experiments/tree/main/tinygo-wasm) (and compared to pure JavaScript)
* [TinyGo + WASI + Node](https://github.com/alankrantas/wasm_experiments/tree/main/tinygo-wasi-node)
* [AssemblyScript + WASM](https://github.com/alankrantas/wasm_experiments/tree/main/assemblyscript)Please note that these are just personal preliminary tests of how to use WASM resources in web pages.