progress on aot
This commit is contained in:
@@ -37,7 +37,7 @@ function boot_load(name) {
|
||||
}
|
||||
mcode_blob = fd.slurp(mcode_path)
|
||||
mach_blob = mach_compile_mcode_bin(name, text(mcode_blob))
|
||||
return mach_load(mach_blob, {use: use_embed})
|
||||
return mach_load(mach_blob, stone({use: use_embed}))
|
||||
}
|
||||
|
||||
var tokenize_mod = boot_load("tokenize")
|
||||
|
||||
Reference in New Issue
Block a user