rustwasm.github.io
rustwasm.github.io copied to clipboard
Tutorials do not match up with defalut template
Describe the Bug
https://rustwasm.github.io/docs/wasm-pack/tutorials/hybrid-applications-with-webpack/using-your-library.html
This tutorials does not reflect what the default template generates npm init rust-webpack your-package-name - the code snippets are completely different.
Steps to Reproduce
run npm init rust-webpack your-package-name and view the files the tutorial points to.