Derek Schuff
Derek Schuff
I thought it had more to do with the fact that back in the asm.js days there was the potential of naming conflicts between the asm-compiled part and the JS...
I think this is a question for @juj ?
One use case for unmapping is to catch bugs in programs (e.g. null-pointer dereferences). For that use case, zero-filling isn't useful. Trapping might be OK, since it's fine for the...
But to attempt to actually shed some light on the question, don't we already trap in the middle of memory? We have the combination of memory references that can cross...
The W3C-formatted version of our drafts published on Github (https://webassembly.github.io/spec/core/bikeshed/) and on the W3C site (https://www.w3.org/TR/wasm-core-2/) have links to the document license (https://www.w3.org/copyright/software-license-2023/). I agree that this is also worth...