stub in cpp instead [build images]

This commit is contained in:
Meghan Denny
2024-12-09 16:07:05 -08:00
parent 3b2bea3e7a
commit 6d07bb58f3
3 changed files with 1930 additions and 1943 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -14,9 +14,6 @@ pub const io_mode = .blocking;
comptime {
bun.assert(builtin.target.cpu.arch.endian() == .little);
}
comptime {
_ = @import("./v8_stubs.zig");
}
extern fn bun_warn_avx_missing(url: [*:0]const u8) void;
pub extern "C" var _environ: ?*anyopaque;

File diff suppressed because it is too large Load Diff