@nemu.pm/aidoku-runtime
v0.5.0
Published
Runtime for loading and executing Aidoku WASM sources in JavaScript environments
Maintainers
Readme
@nemu.pm/aidoku-runtime
Runtime for loading and executing Aidoku WASM sources in JavaScript environments.
Install
bun add @nemu.pm/aidoku-runtime
# or
npm install @nemu.pm/aidoku-runtimeUsage
import { AidokuRuntime } from "@nemu.pm/aidoku-runtime";
const runtime = new AidokuRuntime();
const source = await runtime.loadSource(wasmBuffer, sourceInfo);
const mangas = await source.getMangaList([], 1);Documentation
See the main repository for full documentation: https://github.com/nemu-pm/aidoku-js
License
MIT
