aboutsummaryrefslogtreecommitdiff
path: root/src/jsc_stub.zig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/jsc_stub.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jsc_stub.zig b/src/jsc_stub.zig
index 34069b04a..3679179f3 100644
--- a/src/jsc_stub.zig
+++ b/src/jsc_stub.zig
@@ -1,4 +1,5 @@
// For WASM builds
+pub const is_bindgen = true;
pub const C = struct {};
pub const WebCore = struct {};
pub const Jest = struct {};