But why ?
I was always told that the wasm was not made to be written by hand, that you had to go through an intermediate language (like Rust, C, Go),
...
Ok... But frankly, with a few tools and a good text editor, there must be a way to have a little fun, right?
This repo is a kind of diary of my trip with wasm, hands dirty
- A text editor
- Some tools to compile
.wat
file to.wasm
file, like WABT - Node
- And in some case, a local server to run the wasm in browser
- Day 0 - An Empty Module
- Day 1 - First Function
- Day 2 - My Old Friend, Pythagoras
- Day 3 - Can You Say Something ?
- Day 4 - Parrot Training