wasm-pack
wasm-pack copied to clipboard
Remove or replace wee_alloc from documentation
🐛 Bug description
It seems as though wee_alloc is no longer maintained but it is recommended in the wasm-pack documentation.
See:
- https://github.com/rustwasm/wee_alloc/issues/107
- https://rustsec.org/advisories/RUSTSEC-2022-0054.html
🤔 Expected Behavior
-
lol_allocshould be recommended overwee_alloc -
The documentation should inform readers that
wee_allocis no longer maintained and encourage them to uselol_allocinstead
👟 Steps to reproduce
- Visit https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/template-deep-dive/wee_alloc.html
🌍 Your environment
Include the relevant details of your environment. wasm-pack version: latest rustc version: n/a