wasm-link 0.4.0

A WebAssembly plugin runtime based around Wasmtime intended for building fully modular applications
Documentation
1
2
3
4
5
6
package test:wasm-link-wit;

world validator {
	use wasm-link:runtime/errors@0.4.0.{dispatch-error};
	export validate: func(error: dispatch-error);
}