Stream: wasm

Topic: Custom Wasm page sizes


view this post on Zulip fitzgen (he/him) (Mar 21 2024 at 20:29):

Just a heads up because folks may be interested: I just filed a new issue in the webassembly/design repo proposing custom, non-64KiB page sizes: https://github.com/WebAssembly/design/issues/1512

My hope is get some good initial discussion and feedback, then present the idea more formally to the Wasm CG, and then if reception is positive turn it into a phase 0 proposal that is on the standardization track.

Summary Allow customizing a Wasm linear memory's page size in its static type definition. Motivation Allow Wasm to better target resource-constrained embedded environments, including those with les...

Last updated: Oct 23 2024 at 20:03 UTC