WebAssembly / wabt

The WebAssembly Binary Toolkit
Apache License 2.0
6.91k stars 702 forks source link

wasm2c: support the custom-page-sizes proposal #2508

Open keithw opened 2 weeks ago

keithw commented 2 weeks ago

(Sequenced behind #2507)

This adds support for the custom-page-sizes proposal to wasm2c. It passes the custom-page-sizes tests (including the ones in https://github.com/WebAssembly/custom-page-sizes/pull/31 that haven't made it to the testsuite repo and WABT yet).