A ZFP WASM library compiled and written using Zig
  • Zig 51.7%
  • TypeScript 27.1%
  • JavaScript 21.2%
Find a file
keltonhalbert bb35d7ad30
All checks were successful
CI Build / build (push) Successful in 1m12s
continued fleshing out of decompression; added more result ggetters
2026-06-12 22:04:07 -05:00
.forgejo/workflows added smoke test to make sure basic wasm import is working. Updated the workflow to use npm for testing and building. 2026-05-31 18:37:48 -05:00
src continued fleshing out of decompression; added more result ggetters 2026-06-12 22:04:07 -05:00
test consolidated test codec generation and added some api tests around input shapes 2026-06-10 20:15:22 -05:00
.gitignore add DS_Store to gitignore 2026-06-03 22:48:53 -05:00
.prettierignore added prettier and eslint for writing the typescript module 2026-06-03 22:41:33 -05:00
.prettierrc.json added prettier and eslint for writing the typescript module 2026-06-03 22:41:33 -05:00
build.zig continued fleshing out of decompression; added more result ggetters 2026-06-12 22:04:07 -05:00
build.zig.zon cleaned up 2026-05-31 22:41:29 -05:00
eslint.config.js ensure wasm instantiation is set to modern standards 2026-06-06 21:50:47 -05:00
package-lock.json added prettier and eslint for writing the typescript module 2026-06-03 22:41:33 -05:00
package.json Kind of starting over completely 2026-06-07 14:59:15 -05:00
tsconfig.json added prettier and eslint for writing the typescript module 2026-06-03 22:41:33 -05:00
wasm-bindings-plan.md added prettier and eslint for writing the typescript module 2026-06-03 22:41:33 -05:00