You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: