nemo-wasm-guest
WASM guest SDK for building Nemo plugins as WebAssembly components.
This crate ships the WIT interface definition and re-exports wit-bindgen so
plugin authors have everything they need to implement a Nemo WASM plugin.
Quick Start
generate!;
use host_api;
use ;
;
export!;
Locating the WIT file
This crate sets the DEP_NEMO_WASM_GUEST_WIT_DIR environment variable via
Cargo links metadata, so build scripts in consuming crates can locate the
bundled WIT directory automatically.
License
MIT OR Apache-2.0