api
api copied to clipboard
WebAssembly Considerations
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.
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 Have any ideas in mind?