create-wasm-app
create-wasm-app copied to clipboard
npm init template for consuming rustwasm pkgs
* [ ] Prompt for the user's preferred bundler * [ ] Initialize the template with that bundler pre-configured Maybe using yeoman? cc @ashleygwilliams @sendilkumarn
mkdirp
If the optional folder is more than one level deep, mkdirSync will fail. I know this is true for some node versions at least, but I have not checked the...
this is intended for use with the wasm-pack tutorial, which has you write a library which then u are expected to import in the app this creates. hard to test...
I mean it dependencies have updated A lot and there are many breaking changes ```copy-webpack-plugin ^5.0.0 → ^11.0.0 webpack ^4.29.3 → ^5.74.0 webpack-cli ^3.1.0 → ^4.10.0 webpack-dev-server ^3.1.5 → ^4.11.1...
This PR resolves the [bug reports](https://paulyu.dev/article/fixing-node-digital-envelope-routines-error/) on the Node.js OpenSSL error `0308010c:digital envelope routines::unsupported` with Node 17+. There are [a few ways](https://weekendprojects.dev/posts/fixed-node-err_ossl_evp_unsupported/) to fix the error when running Webpack dev...
- Updated last versions of `devDependencies` - Updated `README.md` with notes about that to be avoided in the future. - Updated `webpack.config.js` to activate WASM manually which from `webpack` 5,...
It works with node 16
Addresses #206 and #176
Hello, When running under Node `v20.17.0`, I'm affected by https://github.com/webpack/webpack/issues/14532 and getting the following error: ``` michel@debian:/dev/shm/wasm-test/www$ npm run start > [email protected] start > webpack-dev-server (node:651137) [DEP0111] DeprecationWarning: Access to...