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
Hi! I believe that 9a86bbd broke wasm builds because it tries to import unix stuff, which isn't built on wasm. It's still broken on master because of functions in os that don't build when on wasm (rust_file and raw_file_number are the two that I see now).
The text was updated successfully, but these errors were encountered:
Hi! I believe that 9a86bbd broke wasm builds because it tries to import unix stuff, which isn't built on wasm. It's still broken on master because of functions in os that don't build when on wasm (rust_file and raw_file_number are the two that I see now).
The text was updated successfully, but these errors were encountered: