From c767ebe512f7e18f7d03f5c994d32b7ba672dbda Mon Sep 17 00:00:00 2001 From: Nanaloveyuki Date: Sun, 14 Jun 2026 02:54:20 +0800 Subject: [PATCH] :memo: refresh wasm-gc sync verification note --- docs/api/target-verification.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/api/target-verification.md b/docs/api/target-verification.md index 953710b..4f085a0 100644 --- a/docs/api/target-verification.md +++ b/docs/api/target-verification.md @@ -21,7 +21,7 @@ This note records the current release-facing local verification boundary for Bit | --- | --- | --- | --- | --- | --- | | `src` compile check | verified | verified | verified | verified | not locally verified | | `src-async` compile check | verified | verified | verified | verified | not locally verified | -| `moon test` | verified in current local environment | verified | verified | not separately re-run | not run | +| `moon test` | verified in current local environment | verified | verified | verified | not run | | `moon test src-async` | verified | verified | verified | verified | not run | ### Explanation @@ -30,7 +30,7 @@ Detailed rules explaining key parameters and behaviors - `verified` here means a local verification command was re-run successfully in the current environment. - `not locally verified` means the release should not imply fresh local confirmation even if the package is still designed for that target. -- The root `moon test` line now has fresh local evidence on `native`, `js`, and `wasm` in this environment. +- The root `moon test` line now has fresh local evidence on `native`, `js`, `wasm`, and `wasm-gc` in this environment. - `llvm` is currently experimental in practice for this release context and did not complete local verification in this environment. - `src-async` now has fresh local test evidence on `native`, `js`, `wasm`, and `wasm-gc`, so async target notes may rely on more than compile-only confirmation for those targets. - `wasm` now has fresh local async test evidence as well as compile confirmation, and should be distinguished from the earlier state where only `wasm-gc` and `js` had been explicitly re-confirmed. @@ -44,6 +44,7 @@ The current local verification evidence for this note is based on commands such moon test moon test --target js moon test --target wasm +moon test --target wasm-gc moon check --target native moon check --target js moon check --target wasm