Open
Description
Currently all the tests that rely on reading/writing files from disk do not work on wasm and don't actually check the result against anything.
We should build, as part of the xtask infra, a simple http server which allows arbitrary reads/writes as well as flip analysis (as that doesn't compile to wasm). We should look at https://docs.rs/tiny_http/ for this purpose.