Skip to content

Commit 46c6ff0

Browse files
committed
fix: add util, path, fs, timers for the browser
1 parent a20eb06 commit 46c6ff0

File tree

5 files changed

+1037
-7
lines changed

5 files changed

+1037
-7
lines changed

build.rs

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ fn main() {
4747
"cargo:rerun-if-changed={}",
4848
js_src_dir.join("shims/url.js").display()
4949
);
50+
println!(
51+
"cargo:rerun-if-changed={}",
52+
js_src_dir.join("shims/timers.js").display()
53+
);
5054

5155
let mut js_runtime = get_runtime(&startup_code_path, true);
5256
let snapshot = js_runtime.snapshot();

0 commit comments

Comments
 (0)