RustPython
RustPython copied to clipboard
Update dependencies for the demo
This PR updates the dependencies used for the Wasm demo:
- [x] Update to
webpack5 - [x] Add
package-lock.jsonto keep track of the current set of dependencies - [ ] Switch to the asset modules (added in webpack 5)
The motivation was to get the demo to work locally, before trying to update the demo page following the instructions in: https://github.com/RustPython/RustPython/blob/main/wasm/README.md#updating-the-demo
There still seems to be an issue when switching between code samples.
Will try to get back to it some time this week.
I reckon we still need this but it probably isn't as straight-forward as it looked?
I just rebased this PR onto the latest main to trigger CI, since the logs for the original run are not available anymore.