Avatar
omochimetaru 4/3/2024 1:20 PM
Environmentとして読んでみて、だめならFormatとして読んでみる、なるほど
1:22 PM
WASI libc implementation for WebAssembly. Contribute to WebAssembly/wasi-libc development by creating an account on GitHub.
1:22 PM
dlmalloc/src の中身全然違って笑ってる
1:24 PM
/* Symbol marking the end of data, bss and explicit stack, provided by wasm-ld. */ extern char __heap_base; extern char __heap_end;
1:24 PM
wasmのリンカーが __heap_base__heap_end をリンクしてくれる、というのが、
1:25 PM
wasmのレベルのメモリAPIってこと?