Open kigawas opened 3 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.
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.
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
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.
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.