Eric Holk

Results 83 issues of Eric Holk

This issue tracks the steps for setting up a new initiative in the async vision [roadmap]. Please read the [instructions for owning an initiative][owning]. Top-level goal: Polish (#249) Initiative owner:...

roadmap

This issue tracks the steps for setting up a new initiative in the async vision [roadmap]. Please read the [instructions for owning an initiative][owning]. Top-level goal: Polish (#249) Initiative owner:...

roadmap

This issue tracks the steps for setting up a new initiative in the async vision [roadmap]. Please read the [instructions for owning an initiative][owning]. Top-level goal: Polish (#249) Initiative owner:...

roadmap

This issue tracks the steps for setting up a new initiative in the async vision [roadmap]. Please read the [instructions for owning an initiative][owning]. Top-level goal: Polish (#249) Initiative owner:...

roadmap

This issue tracks the steps for setting up a new initiative in the async vision [roadmap]. Please read the [instructions for owning an initiative][owning]. Top-level goal: Polish (#249) Initiative owner:...

roadmap

This issue tracks the steps for setting up a new initiative in the async vision [roadmap]. Please read the [instructions for owning an initiative][owning]. Top-level goal: Polish (#249) Initiative owner:...

roadmap

Should exceptions remain strictly equal across call frames? ```javascript let wasm_module = /* instantiate a module with appropriate functions */ var saved_exception = undefined function called_by_wasm() { try { wasm_module.exports.function_that_throws_exception();...

See comment at https://github.com/WebAssembly/exception-handling/pull/33#discussion_r167319547

Exception handling is related to some of the other proposals. For example, we've taken inspiration from [host bindings](https://github.com/WebAssembly/host-bindings), and may use [multi-valued blocks](https://github.com/WebAssembly/multi-value). We should mention these in the proposal...

Although Secret will zeroize when it is dropped or goes out of scope, sometimes we may want to be able to clear the secret sooner if we know it is...