wasm-pack icon indicating copy to clipboard operation
wasm-pack copied to clipboard

Remove or replace wee_alloc from documentation

Open bcheidemann opened this issue 3 years ago • 0 comments

🐛 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

  1. lol_alloc should be recommended over wee_alloc
  2. The documentation should inform readers that wee_alloc is no longer maintained and encourage them to use lol_alloc instead

👟 Steps to reproduce

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

bcheidemann avatar Mar 28 '23 10:03 bcheidemann