NEW 177475
WebAssembly: allow multiple embedder to coexist in the same process
https://bugs.webkit.org/show_bug.cgi?id=177475
Summary WebAssembly: allow multiple embedder to coexist in the same process
JF Bastien
Reported 2017-09-25 16:59:18 PDT
As part of #177472 I'm allowing non-JS embedding. The exception throwing thunk is a singleton which has a single whole-process C++ function pointer, which makes it impossible for two embedders to exist. That can be fixed.
Attachments
Note You need to log in before you can comment on or make changes to this bug.