Closed stephencelis closed 1 year ago
The dlsym tricks we do don't work on Wasm or Windows.
dlsym
For Wasm we are in a single threaded mode anyway, so I think we could make withMainSerialExecutor a no-op on that platform in the future.
withMainSerialExecutor
For Windows we'll need more explicit support using the appropriate platform APIs.
The
dlsym
tricks we do don't work on Wasm or Windows.For Wasm we are in a single threaded mode anyway, so I think we could make
withMainSerialExecutor
a no-op on that platform in the future.For Windows we'll need more explicit support using the appropriate platform APIs.