sim-lib-plugin-wasm 0.1.0-rc.1

WebAssembly audio plugin host for SIM audio graph processors.
Documentation
1
2
3
4
5
6
7
8
9
10
# sim-lib-plugin-wasm

`sim-lib-plugin-wasm` loads WebAssembly audio plugins as SIM plugin instances
and audio graph processors.

The crate is feature gated. The default build exposes the manifest parser and
type surface without a WebAssembly runtime dependency. Enabling `wasm-plugin`
adds the wasmtime-backed processor host. Enabling `clap-host` adds a
capability-checked CLAP fallback loader that delegates instantiation to an
explicit host provider.