Skip to content

Commit 8b9f41c

Browse files
committed
feat: WASM
1 parent 13962f8 commit 8b9f41c

20 files changed

Lines changed: 1422 additions & 678 deletions

.github/workflows/wasm-ci.yml

Lines changed: 502 additions & 0 deletions
Large diffs are not rendered by default.

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,23 @@ Makefile.in
6464
/m4/lt*.m4
6565
/py-compile
6666
/stamp-h1
67+
68+
# WASM build artifacts
69+
*.wasm
70+
*.js
71+
dist/
72+
build-*/
73+
74+
# Development dependencies
75+
node_modules/
76+
.vscode/
77+
.vs/
78+
79+
# Platform-specific files
80+
.DS_Store
81+
Thumbs.db
82+
83+
# Temporary files
84+
tmp/
85+
temp/
86+
*.tmp

.gitlab-ci.yml

Lines changed: 0 additions & 367 deletions
This file was deleted.

0 commit comments

Comments
 (0)