bytecodealliance / wasmtime

A lightweight WebAssembly runtime that is fast, secure, and standards-compliant
https://wasmtime.dev/
Apache License 2.0
15.5k stars 1.31k forks source link

Implement support for Wasm's memory-control proposal #9467

Open fitzgen opened 1 month ago

fitzgen commented 1 month ago

https://github.com/WebAssembly/memory-control

fitzgen commented 1 month ago

Note: while I am opening this tracking issue now for completeness, I personally don't think we should implement support until the proposal has matured a bit. It is effectively multiple proposals right now and it isn't clear what is going to actually get standardized. I also have concerns about its potential perf impact on high-cotenancy Wasm embedders.