chore(web): regenerate wasm artifacts
Build and Deploy / build-and-push (push) Successful in 6m13s
Web E2E / web-e2e (push) Successful in 5m8s

This commit is contained in:
Gitea CI
2026-07-09 19:11:44 +00:00
parent ede58f9666
commit 15c924c3dc
4 changed files with 48 additions and 56 deletions
@@ -13,14 +13,6 @@ export class ReplayPlayer {
const ptr = this.__destroy_into_raw();
wasm.__wbg_replayplayer_free(ptr, 0);
}
/**
* Returns `true` once every move has been applied.
* @returns {boolean}
*/
is_finished() {
const ret = wasm.replayplayer_is_finished(this.__wbg_ptr);
return ret !== 0;
}
/**
* Construct from a raw replay JSON string.
* @param {string} replay_json