Stream: wasm

Topic: custom-page-size support has landed in `wasm-ld`


view this post on Zulip fitzgen (he/him) (Mar 04 2025 at 18:05):

https://github.com/llvm/llvm-project/pull/128942

This isn't in an LLVM release yet, so you'll have to build wasm-ld yourself to test it out currently, but we're looking into backporting it to the 20.X release branch.

This commit adds support for WebAssembly's custom-page-sizes proposal to wasm-ld. An overview of the proposal can be found here. In a sentence, it allows customizing a Wasm memory's page si...

Last updated: Apr 17 2025 at 10:03 UTC