All Classes and Interfaces
Class
Description
Linear memory allocator for creating "direct buffers" in WASM GC
DO NOT USE IN LEGACY WASM BACKEND!!! Make a regular byte array, and use Address.ofData()
Similar to dlmalloc and emmalloc (emscripten's malloc)
bad things will happen if you free an address that was never allocated
DO NOT USE IN LEGACY WASM BACKEND!!! Make a regular byte array, and use Address.ofData()
Similar to dlmalloc and emmalloc (emscripten's malloc)
bad things will happen if you free an address that was never allocated
Deprecated.
Deprecated.