UNPKG

@webbuf/webbuf

Version:

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

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