ballercat/walt
:zap: Walt is a JavaScript-like syntax for WebAssembly text format :zap: observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3400
- days_rel: n/a
- days_push: 1339
- n_releases_24m: 0
Adoption not part of the score
4631 stars · 119 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Walt is a JavaScript-like alternative syntax for the WebAssembly text format that compiles .walt files directly to WebAssembly binaries. It lets front-end engineers write close-to-the-metal WebAssembly using typed JavaScript syntax without needing C, Rust, or LLVM toolchains.
Use cases
- write webassembly without learning c or rust
- compile javascript-like syntax to wasm binaries
- avoid llvm and binary toolkit dependencies
- integrate webassembly compilation into webpack builds
- edit wasm with javascript-familiar syntax
- generate webassembly modules in the browser
When to choose
- you want to write webassembly using javascript-like syntax
- you want zero-dependency wasm compilation in pure javascript
- you want to integrate wasm compilation into a webpack pipeline
- you find .wat text format too terse to work with directly
When to avoid
- you need a production-grade, stable toolchain
- you prefer compiling from c, c++, or rust with full ecosystem support
- you need the latest webassembly features and proposals
- you need long-term maintenance and active support
Facets
library · maturity experimental
compiler wasm parser build-tool compilers web-development programming-languages developer-tools browser webassembly javascript-syntax wasm-text-format webpack-integration compiler nodejs javascript
2 sources
- readme: https://github.com/ballercat/walt · fetched 2026-08-28 · 4d0b84c74018
- homepage: https://ballercat.github.io/walt/ · fetched 2026-08-29 · 703e0c0b4c2b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ballercat/walt | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem