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.
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.
mentioned in commit 5f261dcd
mentioned in commit 1061369a
mentioned in commit 41476767