docs: clarify WASM docs example written in TS

This commit is contained in:
rzmk 2024-06-20 17:05:30 -04:00
parent 2a38998425
commit 0648673c46
No known key found for this signature in database

View file

@ -17,6 +17,8 @@ bun install czv
Or use `npm`, `pnpm`, or `yarn` instead of `bun`.
The following example is written in TypeScript:
```ts
import init, * as czv from "czv";
// Must run `await init()` or `initSync()` first for web use