create-wasm-app icon indicating copy to clipboard operation
create-wasm-app copied to clipboard

npm init template for consuming rustwasm pkgs

Results 43 create-wasm-app issues
Sort by recently updated
recently updated
newest added

### Describe the Bug `npm init wasm-app www` fails. #### Versions ```plain >node --version v20.16.0 >npm --version 10.8.2 ``` #### Error ```plain >npm init wasm-app www npm error could not...

bug

updated version of #207 #208 #211 fixes #176 fixes #206 fixes #213 fixes #214 Strangely, these specific versionings run into a nonsensical peer dependency error. The magical workaround I did...

### Motivation The current wasm-rust template uses an outdated Webpack 4 configuration that produces errors when trying to build WebAssembly modules. Specifically, while following [the tutorial](https://github.com/rustwasm/wasm-pack-template), the build fails with...

enhancement