starlight
starlight copied to clipboard
Get a bunch of errors when build the project on windows
Hi, I'm interested in this project. And try to learn how it works.
But when I run cargo build at the root folder, I get a bunch of errors. What's the right way to run it?
That's interesting. I can build it just fine on my machine. What OS you're using and can you post errors to github gist or pastebin?
BTW I'm rewriting starlight to use conservative on stack gc and do quite a lot of breaking changes to its internals in rewrite branch. What is in main branch can run only some parts of ES5 and ES6 code and will probably segfault under big memory pressure
Sadly windows support is not my main goal. I'm trying to keep starlight compatible with windows but including that starlight is highly WIP it will not have good support for windows anytime soon. If you want to play with internals you can try rewrite branch as it should work on windows.
@SamuelQZQ I've rewritten starlight almost fully. You now can run it on Windows! :)