wasm-link 0.2.2

A WebAssembly plugin runtime based around Wasmtime intended for building fully modular applications
Documentation
1
2
3
4
5
package test:composite ;

interface root {
	get-composite: func() -> tuple<u32, u32>;
}