diff options
Diffstat (limited to 'src/jsc_stub.zig')
-rw-r--r-- | src/jsc_stub.zig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/jsc_stub.zig b/src/jsc_stub.zig new file mode 100644 index 000000000..34069b04a --- /dev/null +++ b/src/jsc_stub.zig @@ -0,0 +1,10 @@ +// For WASM builds +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 {}; |