Cheng Shao
Cheng Shao
Ah, that makes sense to me now! Thanks a lot for the clarification.
`mimalloc` also claims to work with `wasm32`. I suppose it's possible to vendor `mimalloc` in this tree and have some degree of testing, and there's preliminary work on allowing building...
Yup, I'll take a look and try to offer a patch to add them.
To avoid duplicate effort: you can apply https://gitlab.haskell.org/ghc/wasi-libc/-/commit/eecc0942af95a90447e6bad8c58d8c133ec82fa2 to `wasi-libc`, then disable the predefined macro/symbol check, after which you can enable either thin/full LTO for wasi-libc as well as compiler-rt/libc++....
@zimbatm Just a minor annoyance, and I'd like to take a bit of time to fix if possible. I think the whole `/root` is copied to the nix image right?...
@zimbatm The `latest`/`circleci` tags don't work, and `PAGER` doesn't seem to be set up. ``` λ docker images -a REPOSITORY TAG IMAGE ID CREATED SIZE nixorg/nix latest 58f3bb037baf 6 weeks...
Makes sense. I've updated `README` to add a subsection on how to import `inline-js` into external projects; don't have enough energy to maintain showcase projects outside the repo atm, but...