馃摙 Scaling multithreaded #WebAssembly applications with mimalloc and WasmFS, by @kripken:
https://web.dev/articles/scaling-multithreaded-webassembly-applications?hl=en. If you have a multithreaded #Wasm application that does lots of allocations or uses files, then you may benefit greatly by using WasmFS and/or mimalloc. Usage in #Emscripten:
```bash
emcc -sWASMFS -sMALLOC=mimalloc
```