UNPKG

@webbuf/webbuf

Version:

Rust/WASM optimized buffers for the web, node.js, deno, and bun.

4 lines 146 B
import { wasm } from "./webbuf_bg.wasm.js"; export * from "./webbuf_bg.js"; import { __wbg_set_wasm } from "./webbuf_bg.js"; __wbg_set_wasm(wasm);