Domenico Landriscina
Domenico Landriscina
any movement about this one?
i need windows support, i was checking other quick-js wrapper and i've found that quick-js doesn't work natively on windows but there are some patches for making it work. for...
same error, the problem seams to be hirofa-quickjs-sys ``` error: failed to run custom build command for `hirofa-quickjs-sys v0.2.0` Caused by: process didn't exit successfully: `E:\Stuff\Repos\quickjs_es_runtime\target\debug\build\hirofa-quickjs-sys-91a31657cfb1cb4d\build-script-build` (exit code: 1) ---...
ok, by looking at the logs i was able to figure it out. i was using Mingw-64 and not the Msys2's Mingw-64, but still i'm not passing all the tests...
with this command cargo test -- --test-threads=1 the tests fails immediately and i get no logs ``` running 81 tests test builder::tests::test_module_loader ... error: test failed, to rerun pass `--lib`...
[quickjs_runtime.log](https://github.com/HiRoFa/quickjs_es_runtime/files/14195027/quickjs_runtime.log)
[quickjs_runtime.log](https://github.com/HiRoFa/quickjs_es_runtime/files/14195954/quickjs_runtime.log) later i will try on another windows machine, maybe this one have something messed up? anyway if i remove the "import {foo} from 'some_module.mes';" part from the test it...