keyhive_wasm 0.3.0

WebAssembly wrappers for keyhive_core
Documentation
# Keyhive WASM bindings

## Build package

```
pnpm install && pnpm build
```

## Run tests

Install dependencies:
```
pnpm install
```

Install Playwright's browser binaries:
```
npx playwright install
```

Run tests:
```
npx playwright test
```

View Playwright report:
```
npx playwright show-report
```