We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit 19235b5 broke this repository. Running the example in Screeps Arena fails with
SyntaxError: The requested module './screeps-arena-starter-rust' does not provide an export named 'initSync' at (<isolated-vm boundary>)
Reverting that commit makes it work again.
Looking at the generated javascript file, it looks like there is no "initSync" but there is an init function which is default exported.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Commit 19235b5 broke this repository. Running the example in Screeps Arena fails with
Reverting that commit makes it work again.
Looking at the generated javascript file, it looks like there is no "initSync" but there is an init function which is default exported.
The text was updated successfully, but these errors were encountered: