Crate numcodecs_wasm_host

Source
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

wasm32 host-side bindings for the numcodecs API, which allows you to import a codec from a WASM component.

Structsยง

CodecError
Opaque error type for errors that occur within the codec implementations inside the WebAssembly component.
NumcodecsWitInterfaces
WebAssembly Interface Type (WIT) interfaces for numcodecs
RuntimeError
Opaque error type for errors that occur within the WebAssembly runtime.
WasmCodec
Codec instantiated inside a WebAssembly component.
WasmCodecComponent
WebAssembly component that exports the numcodecs:abc/codec interface.