dop251 / goja_nodejs

Nodejs compatibility library for Goja
MIT License
337 stars 81 forks source link

fix require native module on windows filepath issue #7

Closed zengming00 closed 4 years ago

zengming00 commented 6 years ago

when register a native module with "test/m", on windows system, require("test/m") is not work