# hama

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run dist/index.js


To compile:


bun build.ts
```

To test:

bun embed-wasm.ts
bun test tests

This project was created using `bun init` in bun v1.1.33. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
