wasm-malloc icon indicating copy to clipboard operation
wasm-malloc copied to clipboard

malloc/free for WebAssembly

Results 1 wasm-malloc issues
Sort by recently updated
recently updated
newest added

I've had a problem trying to compile this project with clang on windows. Specifically during the compilation of `malloc.c`; It seems like `__builtin_wasm_grow_memory(pages)` is no more in clang? Instead i...