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).