Stage ABI-scoped unit generations
This commit is contained in:
@@ -47,7 +47,9 @@ Treat WASI SDK upgrades like runtime dependency upgrades:
|
||||
2. Record the new release and checksum here.
|
||||
3. Rebuild `bin/wasm/core.wasm` with `scripts/build_core_wasm.sh`.
|
||||
4. Rebuild the native runtime with `scripts/build_linux.sh`.
|
||||
5. Clear or invalidate stale unit wasm artifacts by bumping `UCE_UNIT_ABI_VERSION` when required, or by removing affected generated artifacts under `BIN_DIRECTORY`.
|
||||
5. Bump the compiler or core ABI constant in `src/wasm/abi.h` when required.
|
||||
The managed restart precompiles the resulting isolated unit generation before
|
||||
switching workers; do not overwrite or delete the previous generation.
|
||||
6. Run the full CLI suite including wasm kill tests:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user