rsp6-decoder/pkg/rsp6_decoder.js
eta 064b18c52a update public key database & rust dependencies
- reapply realloc->undefined hack, otherwise decoding mysteriously fails
  with 'ticket too short'
2024-11-29 20:54:22 +00:00

4 lines
162 B
JavaScript

import * as wasm from "./rsp6_decoder_bg.wasm";
export * from "./rsp6_decoder_bg.js";
import { __wbg_set_wasm } from "./rsp6_decoder_bg.js";
__wbg_set_wasm(wasm);