aboutsummaryrefslogtreecommitdiff
path: root/src/jsc_stub.zig
blob: 3679179f3c4cd992a00efe5133e51de9d0a07e88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// For WASM builds
pub const is_bindgen = true;
pub const C = struct {};
pub const WebCore = struct {};
pub const Jest = struct {};
pub const API = struct {
    pub const Transpiler = struct {};
};
pub const Node = struct {};

pub const VirtualMachine = struct {};