Hey,
I saw this PR introduced some backwards compatibility features in the default normalizer:
https://github.com/quickjs-ng/quickjs/pull/618/files#diff-45f1ae674139f993bf8a99c382c1ba4863272a6fec2f492d76d7ff1b2cfcfbe2R26271-R26279
This change introduces issue and potential bugs for users running only quickjs engine, but not runtime.
For instance if we register a "os" module in rquickjs and not using a custom normalizer we'll get warning about qjs prefix which is completely irrelevant.
Correct solution would be to to register a custom normalizer in quickjs-libc that handles this case, or ignore the backwards compatibility.