Sam Clegg
Sam Clegg
See https://github.com/emscripten-core/emscripten/pull/20381
Maybe `_wasm64` would be more descriptive? Also maybe the `wasm64` should go be part of the common prefix rather than suffixed?
That request came from @matthias-blume who is working on an experimental wasm to native compiler without a sandbox. We have a workaround in llvm that truncate all function pointers before...
I need to pick up this open PR: https://github.com/WebAssembly/memory64/pull/50
We are just waiting on the second implementation of table64 now (in spidermonkey). My understanding is that is underway, so we should be able to vote on phase in next...
Regardless of whether we want to prefer / suggest that folks use more strongly typed things were possible, we do support file handles in WASI, at least for now and...
Your summary of the current state of affairs sounds reasonable to me. Remember that there are many languages that can/will target WASI, and not all of them have the same...
Are you saying you are worried about adding the cost of `getenv` + `__environ` to programs that just need the to know the timezone? Seems unfortunate given that we have...
OK so our stance is generally "We don't like environment variables in WASI for a number of reasons". So we will avoid them within WASI itself, but allow users to...
Sounds plausible. I can also imagine direct Vulkan bindings being created. Seems like it will depends on a couple of factors: 1. How much complexity would there be in the...