webassembly 0.9.0

a library for working with WebAssembly
Documentation
1
2
3
4
5
6
7
8
build:
	@cargo clippy
	@cargo build --target wasm32-unknown-unknown
	@cargo test
lint:
	@cargo fmt
serve:
	@python3 -m http.server 8080