mirror of
https://git.eta.st/eta/rsp6-decoder.git
synced 2024-12-12 11:14:41 +00:00
064b18c52a
- reapply realloc->undefined hack, otherwise decoding mysteriously fails with 'ticket too short'
4 lines
162 B
JavaScript
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); |