Skip to content

rts: use page sized mblocks on wasm

Cheng Shao requested to merge wip/wasm-page-sized-mblock into master

This patch changes mblock size to page size on wasm. It allows us to simplify our wasi-libc fork, makes it much easier to test third party libc allocators like emmalloc/mimalloc, as well as experimenting with threaded RTS in wasm.

Merge request reports