没有原生模块加载


🌐 No Native Module Loading

ES 模块导入当前不支持原生模块。

🌐 Native modules are not currently supported with ES module imports.

它们可以改为装载 module.createRequire()process.dlopen

🌐 They can instead be loaded with module.createRequire() or process.dlopen.