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
I've noticed that building WebAssembly requires rust nightly, which raises a risk when used in production.
Can you help me understand what features require nightly and whether there is a way to disable those and use stable. Failing that how can we reduce the risk of using rust nightly?
The text was updated successfully, but these errors were encountered:
You can try to disable nightly and see which exact lines of code errors, and then maybe we can discuss whether to be disabled.
In addition, I also originally thought nightly is very dangerous and refuse to use it. But later iirc (not remember very clearly) some people on Rust forum discussed nightly is quite safe, and I used it and it works well.
I've noticed that building WebAssembly requires rust nightly, which raises a risk when used in production.
Can you help me understand what features require nightly and whether there is a way to disable those and use stable. Failing that how can we reduce the risk of using rust nightly?
The text was updated successfully, but these errors were encountered: