WebAssembly/threads

Interpreter can't translate `thread` construct to JS yet

Opened this issue · 3 comments

Which means we cannot merge into the main repo yet.

There's an approach for doing this in https://github.com/WebAssembly/threads/tree/extract-js-poc but it's super ugly, so I should clean it up (or maybe do a clean slate).

V8 also currently doesn't include the tests from this repo due to this missing extraction in the spec interpreter. See https://crbug.com/v8/14376.

@conrad-watt, this proposal still needs some work to move it over the finishing line. ;)