api icon indicating copy to clipboard operation
api copied to clipboard

WebAssembly Considerations

Open trevnorris opened this issue 10 years ago • 2 comments

During the API creation process we should take WebAssembly into consideration in order to future proof what is being done now. One example is the fact that wasm will allow fine grain control over how threads are spawned.

I'm currently a member of the WebAssembly community group, but could use help making sure our progress takes advantage of the work being done there.

trevnorris avatar Jun 27 '15 21:06 trevnorris

With the multi-thread mechanism, The relationship between Environment(in node), Isolate(or Runtime in JSC) , context and thread will be very complex. Maybe, there is some restrict should be taken.

magicfish2007 avatar Apr 06 '16 12:04 magicfish2007

@magicfish2007 Have any ideas in mind?

trevnorris avatar Apr 26 '16 22:04 trevnorris