nanowasm 0.0.2

A small, stand-alone WebAssembly interpreter.
1
2
3
4
5
6
7
8
9
[submodule "wabt"]
	path = spec/wabt
	url = https://github.com/WebAssembly/wabt.git
[submodule "spec/wabt"]
	path = spec/wabt
	url = https://github.com/WebAssembly/wabt.git
[submodule "spec/wasm_testsuite"]
	path = spec/wasm_testsuite
	url = https://github.com/WebAssembly/testsuite/