RustPython icon indicating copy to clipboard operation
RustPython copied to clipboard

Update dependencies for the demo

Open jtpio opened this issue 3 years ago • 3 comments

This PR updates the dependencies used for the Wasm demo:

  • [x] Update to webpack 5
  • [x] Add package-lock.json to 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

jtpio avatar May 02 '22 20:05 jtpio

There still seems to be an issue when switching between code samples.

Will try to get back to it some time this week.

jtpio avatar May 08 '22 21:05 jtpio

I reckon we still need this but it probably isn't as straight-forward as it looked?

DimitrisJim avatar Feb 23 '23 09:02 DimitrisJim

I just rebased this PR onto the latest main to trigger CI, since the logs for the original run are not available anymore.

jtpio avatar Feb 23 '23 11:02 jtpio