Installation
Package Manager
bash
npm install @libraz/suzumebash
yarn add @libraz/suzumebash
pnpm add @libraz/suzumebash
bun add @libraz/suzumeCDN
For browser usage without a build step:
html
<script type="module">
import { Suzume } from 'https://esm.sh/@libraz/suzume'
const suzume = await Suzume.create()
// ...
</script>Requirements
- Node.js: 18.0 or later
- Browser: Any modern browser with WASM support (Chrome, Firefox, Safari, Edge)
- Deno: 1.0 or later
- Bun: 1.0 or later