Ben Smith
Ben Smith
**This is a tracking issue for a post-MVP feature** It will be updated as the issue progresses. **Topic** Garbage collection **Champion** Andreas Rossberg (@rossberg-chromium) **Status** In progress **[Phase](https://github.com/WebAssembly/meetings/blob/master/process/phases.md)** Feature proposal...
**This is a tracking issue for a post-MVP feature** It will be updated as the issue progresses. **Topic** Sign-extension operators **Champion** Ben Smith @binji **Status** in progress [**Phase**](https://github.com/WebAssembly/meetings/blob/master/process/phases.md) standardize the...
@dtig, @jgravelle-google and I had a discussion this morning about the CG meetings. We all agreed that they are working well, but it may be difficult for folks to speak...
We discussed this in the December 11 meeting. Should we change the entry requirement for [phase 4](https://github.com/WebAssembly/meetings/blob/master/process/phases.md#4-standardize-the-feature-working-group) to allow for two non-web implementations? @rossberg suggested replacing "Web VMs" with "production...
It would be nice to have these functions provided by the environment. As it is, I had to implement `sin` from the musl sources: see https://gist.github.com/binji/b97c8d29d7a7bfbfbaac8265d0a4d52a#file-maze-wasm4-wat-L136-L273
See https://github.com/WebAssembly/wabt/issues/685#issue-278801340. We currently generate a name section using the name provided like `$foo`. This doesn't work for all names that are allowed by the binary format. Should we have...
It seems as though there are still a few optimization passes that invalidate DWARF, so they are disabled when DWARF output is requested. Is there any plan to implement DWARF...
A discussion about adding sourcemap support came up on twitter. There's an old PR (#432), that could be revived, but we may want to approach this differently now. @dschuff @sbc100...
For a while I've been working on a new library called wasp: https://github.com/binji/wasp. It has much of the same functionality as wabt, but written from the ground up to be...
See https://github.com/webassembly/function-references and https://github.com/WebAssembly/function-references/blob/master/proposals/function-references/Overview.md.