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

Support webpack v5

Open kigawas opened this issue 5 years ago • 5 comments

kigawas avatar Dec 11 '20 03:12 kigawas

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.

LeoniePhiline avatar Aug 17 '21 16:08 LeoniePhiline

@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.

aquarial avatar Mar 11 '22 00:03 aquarial

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.

LeoniePhiline avatar Mar 11 '22 02:03 LeoniePhiline

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

aquarial avatar Mar 11 '22 03:03 aquarial

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.

arnauorriols avatar Jun 07 '22 11:06 arnauorriols