Sign in
concept-collection
/
libflame2wasm
Code
Commits
Issues
0
Pull requests
0
Branches
1
Tags
0
main
Branches
main
libflame2wasm
/
.gitignore
16 lines · 258 B
Copy
Copied
Blame
History
Raw
1
# Upstream clones (re-cloned + patched by the build scripts)
2
/libflame/
3
/blis/
4
5
# Build outputs
6
/install/
7
web/dist/
8
9
# Compiled benchmark/demo artifacts (regenerated by the build scripts)
10
bench/*.js
11
bench/*.wasm
12
bench/bench_native
13
demo/*.js
14
demo/*.wasm
15
16
*.o