rustwasm / create-wasm-app

npm init template for consuming rustwasm pkgs
https://www.npmjs.com/package/create-wasm-app
Apache License 2.0
503 stars 93 forks source link

Support webpack v5 #176

Open kigawas opened 3 years ago

LeoniePhiline commented 3 years ago

Hi @ashleygwilliams @fitzgen

I would like to offer helping maintain this repo. There's a whole bunch of work necessary, and many PRs already exist to address most of these problems - starting with the webpack 5 update.

aquarial commented 2 years ago

@LeoniePhiline are you still interested in this project? You probably won't be added as a maintainer for this repository

Consider forking create-wasm-app and implementing some of the work you think it necessary. Could be as simple as merging some of the pull-requests on this repo.

LeoniePhiline commented 2 years ago

I guess the project is dead.

But toolchains have moved on.

Today is rather bundle with parcel or esbuild, and these bring their own plugins for wasm projects.

aquarial commented 2 years ago

About the newer toolchains, are there any template projects for them?

I've got a toy rust/wasm-bindgen + js/html frontend project I'm building with webpack.

Right now I'm using wasm-pack build rust/ && cd website/ && npx webpack-dev-server

arnauorriols commented 2 years ago

Consider forking create-wasm-app and implementing some of the work you think it necessary. Could be as simple as merging some of the pull-requests on this repo.

FWIW, I'm planning to maintain a fork of this project for the time being: https://www.npmjs.com/package/create-wasm-webpack-app I've merged the webpack 5 PR in that fork.