aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bun_js.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bun_js.zig b/src/bun_js.zig
index e0af9d273..681aa08ef 100644
--- a/src/bun_js.zig
+++ b/src/bun_js.zig
@@ -30,6 +30,8 @@ pub const Run = struct {
vm: *VirtualMachine,
entry_path: string,
pub fn boot(ctx: Command.Context, file: std.fs.File, entry_path: string) !void {
+ @import("javascript/jsc/JavascriptCore.zig").JSCInitialize();
+
js_ast.Expr.Data.Store.create(default_allocator);
js_ast.Stmt.Data.Store.create(default_allocator);