Y
Hacker News
new
|
ask
|
show
|
jobs
by
doiwin
3130 days ago
I would like to code WebAssembly by hand. Are there any good tools / tutorials on this?
2 comments
lj3
3130 days ago
Do you mean something like this?
https://mbebenita.github.io/WasmExplorer/
link
kodablah
3130 days ago
Probably not any good tools or tutorials, but the wast format is not that hard [0][1] and most compilers accept that format. Just gotta keep the values on the stack in mind while you write.
0 -
http://webassembly.org/docs/text-format/
1 -
https://webassembly.github.io/spec/text/index.html
link