Skip to content
Snippets Groups Projects
Commit 5f261dcd authored by Cheng Shao's avatar Cheng Shao :beach:
Browse files

wasm: fix dyld setImmediate usage in browser

The wasm dyld script used to only run in node and directly uses
setImmediate in globalThis. In case of browsers, it needs to import
setImmediate from the prelude, hence this commit.

(cherry picked from commit 9a697181)
parent 48d0ea21
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment