Skip to content

Commit

Permalink
fix: add util, path, fs, timers for the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 21, 2022
1 parent a20eb06 commit 46c6ff0
Show file tree
Hide file tree
Showing 5 changed files with 1,037 additions and 7 deletions.
4 changes: 4 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ fn main() {
"cargo:rerun-if-changed={}",
js_src_dir.join("shims/url.js").display()
);
println!(
"cargo:rerun-if-changed={}",
js_src_dir.join("shims/timers.js").display()
);

let mut js_runtime = get_runtime(&startup_code_path, true);
let snapshot = js_runtime.snapshot();
Expand Down
Loading

0 comments on commit 46c6ff0

Please sign in to comment.