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/codec
interface.