wasm_components library
Classes
- AllocatedString
- A string stored in linear memory.
-
ErrorResult<
Ok, Err> -
OkResult<
Ok, Err> -
Result<
Ok, Err> - A result in the component model.
Properties
- memory → Memory
-
no setter
Functions
-
dartFree(
WasmI32 ptr, WasmI32 sizeInBytes, WasmI32 alignment) → WasmVoid -
dartRealloc(
WasmI32 oldPtr, WasmI32 oldLen, WasmI32 align, WasmI32 newLen) → WasmI32 -
mallocAligned(
WasmI32 align, WasmI32 length) → WasmI32