mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
stub in cpp instead [build images]
This commit is contained in:
1930
src/bun.js/bindings/v8/v8_stubs_posix.cpp
Normal file
1930
src/bun.js/bindings/v8/v8_stubs_posix.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
1940
src/v8_stubs.zig
1940
src/v8_stubs.zig
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user