mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
17 lines
409 B
Zig
17 lines
409 B
Zig
pub usingnamespace @import("src/main_wasm.zig");
|
|
|
|
pub const bun = @import("src/bun.zig");
|
|
|
|
pub const completions = struct {};
|
|
pub const is_bindgen = true;
|
|
pub const JavaScriptCore = struct {
|
|
pub fn markBinding(_: @import("std").builtin.SourceLocation) void {
|
|
unreachable;
|
|
}
|
|
|
|
pub const ZigString = struct {};
|
|
};
|
|
|
|
pub const C = struct {};
|
|
pub const build_options = @import("build_options");
|