Skip to content

Build QuickJS and RustPython WASM fresh every time for now until we figure out why they broke.

Cory Massaro requested to merge apine-old-build into main

Also make some (hopefully beneficial) changes to how we build these runtimes:

  • cargo build wasmedge_quickjs.wasm as we do for rustpython, rather than downloading a separate binary
  • remove git repos after we've used them; they take up tons of space on the image

Bug: T350700

Edited by Jforrester

Merge request reports