Disambiguate the import in the WASM bindings

It seems like wasm-bindgen generates both `livesplit_core_bg.wasm` as
well as a `livesplit_core_bg.js` now. We used to import from
`livesplit_core_bg` in our bindings before, which is now ambiguous.
This commit is contained in:
Christopher Serr
2020-05-01 14:57:35 +02:00
parent da4000e6c8
commit 26870bcdf2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
declare module '*.wasm'