Skip to content
Snippets Groups Projects
Commit 9a697181 authored by Cheng Shao's avatar Cheng Shao
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.
parent 929df0ba
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