more native without fallback

This commit is contained in:
2026-02-23 10:20:18 -06:00
parent a18584afd3
commit 94c28f0e17
12 changed files with 422 additions and 342 deletions

View File

@@ -644,7 +644,7 @@ function use_core(path) {
result = mach_load(mach_blob, env)
}
} disruption {
os.print("use('" + path + "'): failed to compile or load " + file_path + "\n")
log.error("use('" + path + "'): failed to compile or load " + file_path)
disrupt
}
_load_mod()
@@ -1712,7 +1712,6 @@ $_.clock(_ => {
}
env.use = function(path) {
if (path == 'prosperon/compositor') log.shop('DEBUG engine env.use: pkg=' + (pkg || '(null)'))
var ck = 'core/' + path
var _use_core_result = null
var _use_core_ok = false