Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.