Page MenuHomePhabricator

Consider Re-Enabling Base WASMedge Image Stages
Open, LowPublic

Description

Description

Now that WASM binary compilation is better understood, we could build the WASM binaries in a separate stage and publish the resulting image. If we publish the base image and the evaluator images using them in separate (sequential) steps, we can avoid the need for multiple merges in order to align the base images with the dependent evaluator images.

Desired behavior/Acceptance criteria (returned value, expected error, performance expectations, etc.)

  • improved build and test times

Completion checklist