chore: drop accidentally-committed wasm_check build artifacts

The wasm_check{,2}.{html,js,wasm} files are emscripten smoke-test output
committed by accident in f9ecf9d; nothing in the build/tests/docs
references them. Removed and gitignored the pattern so future WASM
output stays out of the tree.
This commit is contained in:
agra
2026-06-02 09:42:08 +03:00
parent 80abaf1e7d
commit bce53b720b
7 changed files with 3 additions and 3631 deletions

4
.gitignore vendored
View File

@@ -4,4 +4,6 @@ zig-out
.vscode/
.sx-cache
.sx-tmp
current/
current/
# emscripten/wasm smoke-test build output
wasm_check*