feat: complete working8 pause semantics

This commit is contained in:
wangdequan
2026-07-07 10:27:02 -04:00
parent 83402c506e
commit 4ba45b2ec5
987 changed files with 340641 additions and 65 deletions

View File

@@ -74,6 +74,13 @@ try {
"tp_queue_final_depth=0",
"tp_queue_final_pos_near_end=1",
"tp_queue_final_pos=1,1,0",
"tp_pause_rc=0",
"tp_resume_rc=0",
"tp_paused_velocity_zero=1",
"tp_paused_position_frozen=1",
"tp_resume_done=1",
"tp_pause_resume_final_depth=0",
"tp_pause_resume_final_pos_near_end=1",
].join("\n"),
);
} finally {
@@ -161,3 +168,4 @@ try {
}
console.log("tp_wasm_node_smoke=ok");
console.log("tp_pause_resume_smoke=ok");