rust-webpack-template icon indicating copy to clipboard operation
rust-webpack-template copied to clipboard

Kickstart your Rust, WebAssembly, and Webpack project!

Results 32 rust-webpack-template issues
Sort by recently updated
recently updated
newest added

Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.0 to 3.0.2. Commits 8c10fb8 3.0.2 aa50e02 fix: do not check errors with instanceof. d709272 3.0.1 692915d funding d82bc81 changelog 3d4af41 update travis.yml See full diff in...

dependencies
javascript

### Describe the Bug I can't build a project created from this template for deployment (the dev server works fine). ### Steps to Reproduce 1. Created new project with `npx...

bug

Dependabot couldn't find a Cargo.toml for this project. Dependabot requires a Cargo.toml to evaluate your project's current Rust dependencies. It had expected to find one at the path: `/crate/Cargo.toml`. If...

### Describe the Bug `npm run start` uses the [`WasmPackPlugin`](https://github.com/rustwasm/wasm-pack) to compile the associated crate, and that plugin [compiles in "dev" profile by default](https://github.com/wasm-tool/wasm-pack-plugin/blob/master/README.md#usage). This wasn't obvious (to me), and...

bug

From cloning to building to the "hello from rust" showing up in a page served from local server.

I encountered this issue on Bevy: bevyengine/bevy#5788 Solution was to upgrade the edition to 2021. For a newcomer like me this was tricky to figure out, so it might be...

enhancement

I've found that the current template does not work with Node 17+, due to [this](https://github.com/webpack/webpack/issues/14532) break. A fix for that is available in more recent versions of Webpack, so bumping...

### Describe the Bug I am try to install the `rust-webpack` template as stated in the documentation. Do you have any idea to tackle this down? ### Steps to Reproduce...

bug

## Problem The rust-webpack-template repository has not been updated for five years, resulting in a template that fails to create a functional project. This is a critical issue as users...