Bug 177475 - WebAssembly: allow multiple embedder to coexist in the same process
Summary: WebAssembly: allow multiple embedder to coexist in the same process
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebAssembly (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 177472
Blocks:
  Show dependency treegraph
 
Reported: 2017-09-25 16:59 PDT by JF Bastien
Modified: 2020-01-24 09:18 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JF Bastien 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.