Derek Schuff
Derek Schuff
Addresses #140
This is a draft for the charter of the proposed CG subgroup on debugging (discussed in https://github.com/WebAssembly/meetings/blob/master/2018/CG-05-15.md). I intend to discuss it in the next CG meeting (and hopefully poll...
Not ready to go yet, but just to get this up here. API is a little rough, and no support for serialization/deserialization yet, but has the basic functions of adding...
This PR proposes applying source maps to wasm binaries. Source maps obviously have a lot of known limitations and are not a long-term debugging solution. However they are widely supported...
Also update it, removing elements that are out of date or never get used.
Binaryen has started to use some C++20 features, and it would be nice to use even more. For that we'll want to make sure that Binaryen can still be compiled...
I believe this is what we discussed in #202 The JS tag has type externref and is exposed on the WebAssembly object, allowing it to be imported. When such exceptions...
This change updates exception object allocation, initialization, and construction for exnref; as well as dealing with exception propagation from invoking exported functions; throwing exceptions from host functions into wasm; and...
Wasm has a [phase process](https://github.com/WebAssembly/meetings/blob/master/process/phases.md) that describes how proposed features progress toward standardization. The process is designed to make it clear how to add to the wasm standard, both in...