Bugfixes to how we build WebCore code

This commit is contained in:
Jarred Sumner
2022-03-31 05:07:18 -07:00
parent 5fa5df02f5
commit 4f13208547
29 changed files with 384 additions and 170 deletions

View File

@@ -0,0 +1,7 @@
const JSC = @import("../../jsc.zig");
pub const ScriptExecutionContext = extern struct {
main_file_path: JSC.ZigString,
is_macro: bool = false,
js_global_object: bool = false,
};