Overview of create-wasm-app features
mainThe create-wasm-app template provides a pre-configured environment for WebAssembly development including:
- Bundling: Configured with
webpack,webpack-cli, andwebpack-dev-serverviawebpack.config.js. - Boilerplate: Includes
index.html(bare bones HTML),index.js(example of importing/using a WASM package), and.gitignore. - Scripts: A
startscript is defined inpackage.jsonto run thewebpack-dev-server. - Licensing: Includes
LICENSE-APACHEandLICENSE-MITtemplates.