more wasm fixes

This commit is contained in:
Brendan Hansknecht 2024-12-11 21:47:18 -08:00
parent 3790ddf743
commit 2475feeb2f
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
3 changed files with 15 additions and 11 deletions

View file

@ -70,10 +70,6 @@ fn generate_object_file(bitcode_path: &Path, zig_object: &str, object_file_name:
println!("Compiling zig object `{zig_object}` to: {src_obj}");
// workaround for github.com/ziglang/zig/issues/20501
#[cfg(target_os = "macos")]
let _ = fs::remove_dir_all("./.zig-cache");
let mut zig_cmd = zig();
zig_cmd