UNPKG
m-bus-parser-wasm-pack
Version:
latest (0.4.1)
0.4.1
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.0.11
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A wasm-pack to use the library for parsing M-Bus frames
maebli.github.io
maebli/m-bus-parser
m-bus-parser-wasm-pack
/
m_bus_parser_wasm_pack.js
6 lines
(5 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
import
*
as
wasm
from
"./m_bus_parser_wasm_pack_bg.wasm"
;
export
*
from
"./m_bus_parser_wasm_pack_bg.js"
;
import
{ __wbg_set_wasm }
from
"./m_bus_parser_wasm_pack_bg.js"
;
__wbg_set_wasm
(wasm); wasm.
__wbindgen_start
();