Expand description
wasm32 host-side bindings for the numcodecs API, which allows you to
import a codec from a WASM component.
Structs§
- Codec
Error - Opaque error type for errors that occur within the codec implementations inside the WebAssembly component.
- Numcodecs
WitInterfaces - WebAssembly Interface Type (WIT) interfaces for
numcodecs - Runtime
Error - Opaque error type for errors that occur within the WebAssembly runtime.
- Wasm
Codec - Codec instantiated inside a WebAssembly component.
- Wasm
Codec Component - WebAssembly component that exports the
numcodecs:abc/codecinterface.
Functions§
- add_
registry_ to_ linker - Adds the
registryto thelinkerto define thenumcodecs:abc/registryinterface.