GitHub - nelipuu/zbind: Zig-TypeScript binding generator
Briefly

"Zbind generates TypeScript bindings for calling Zig code compiled to native code or Wasm, in Node.js or Bun or browsers."
The commands compile the Zig code to a native or Wasm binary and then call a TypeScript-based tool to inspect it and generate wrapper functions in src/greet.ts with matching types and necessary marshaling.
Read at GitHub
[
|
]