Merge branch 'loops/host' into merge/host-arch

# Conflicts:
#	lib/erlang/runtime.sx
This commit is contained in:
2026-07-01 17:42:08 +00:00
131 changed files with 24871 additions and 5830 deletions

View File

@@ -476,7 +476,9 @@
library-exports
(fn
(spec)
(get (get *library-registry* (library-name-key spec)) "exports")))
(let
((entry (get *library-registry* (library-name-key spec))))
(if entry (get entry "exports") (dict)))))
(define
register-library