Package-level declarations
API for working with Wasm linear memory.
API for working with Wasm linear memory.
Types
This annotation marks internal APIs for WebAssembly Component Model integration.
This annotation marks internal APIs for WebAssembly Component Model integration.
This annotation marks APIs for working with unmanaged WebAssembly linear memory.
This annotation marks APIs for working with unmanaged WebAssembly linear memory.
Functions
WebAssembly Component Model Canonical ABI realloc implementation. This function is intended to be exported to a Component Model and must not be called directly. Memory allocated by this function must be freed by calling freeAllComponentModelReallocAllocatedMemory before calling any withScopedMemoryAllocator.
WebAssembly Component Model Canonical ABI realloc implementation. This function is intended to be exported to a Component Model and must not be called directly. Memory allocated by this function must be freed by calling freeAllComponentModelReallocAllocatedMemory before calling any withScopedMemoryAllocator.
Frees memory allocated by all previous calls of componentModelRealloc.
Frees memory allocated by all previous calls of componentModelRealloc.
Runs the block of code, providing it a temporary MemoryAllocator as an argument, and returns the result of this block.
Runs the block of code, providing it a temporary MemoryAllocator as an argument, and returns the result of this block.