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
stdlib is heavily broken on wasm32-unknown-unknown. Using methods or structs exported by std will mostly not cause compile errors, but will crash when called at runtime. This is the case for almost everything within std, which is why we should seek to forbid std usage on that target.
The text was updated successfully, but these errors were encountered:
stdlib is heavily broken on wasm32-unknown-unknown. Using methods or structs exported by
std
will mostly not cause compile errors, but will crash when called at runtime. This is the case for almost everything withinstd
, which is why we should seek to forbid std usage on that target.The text was updated successfully, but these errors were encountered: