Swig Typescript
This repository holds the goodies for interacting with Swig using typescript.
Build the workspace locally by:
- Installing the packages with:
bun install- Build the packages with:
bun build:packages- Build the swig program from source with:
bun update:program- Run our examples
cd examples/classic/transferbun <filename.ts>