Skip to content
New issue

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

wasm-bindgen using incompatible ?? operator #529

Closed
shanemadden opened this issue Aug 15, 2024 · 1 comment
Closed

wasm-bindgen using incompatible ?? operator #529

shanemadden opened this issue Aug 15, 2024 · 1 comment

Comments

@shanemadden
Copy link
Collaborator

rustwasm/wasm-bindgen#3915 added the ?? operator to use in the generated binding functions, which does not parse on the official servers' node 10. We'll temporarily pin to an older version but we need to adapt the build/deploy toolchain to include js tooling that can translate the ?? to compatible code, likely deprecating cargo-screeps in the process.

@shanemadden
Copy link
Collaborator Author

Resolved by #533

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant