Interpreter can't translate `thread` construct to JS yet
Opened this issue · 3 comments
rossberg commented
Which means we cannot merge into the main repo yet.
conrad-watt commented
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).
danleh commented
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.
rossberg commented
@conrad-watt, this proposal still needs some work to move it over the finishing line. ;)