UNPKG

farmhash-modern

Version:

FarmHash functions compiled using Rust and WebAssembly to make them easy to use in node.js and the browser

5 lines (4 loc) 172 B
import * as wasm from "./farmhash_modern_bg.wasm"; import { __wbg_set_wasm } from "./farmhash_modern_bg.js"; __wbg_set_wasm(wasm); export * from "./farmhash_modern_bg.js";