UNPKG
showbiz
Version:
latest (0.0.0)
0.0.0
A placeholder
showbiz
/
showbiz.js
5 lines
(4 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
import
*
as
wasm
from
"./showbiz_bg.wasm"
;
import
{ __wbg_set_wasm }
from
"./showbiz_bg.js"
;
__wbg_set_wasm
(wasm);
export
*
from
"./showbiz_bg.js"
;