Some WASM changes, not ready yet.

This commit is contained in:
Oleksandr Kozachuk
2023-01-03 11:15:40 +01:00
parent 69f65a5be0
commit 1b96ca3239
3 changed files with 19 additions and 2 deletions
+4
View File
@@ -14,3 +14,7 @@ crate-type = ["cdylib"]
[dependencies]
hel = { version = "0.1.0", path = "../hel" }
wasm-bindgen = "0.2.83"
[dependencies.web-sys]
version = "0.3.4"
features = [ 'Document' ]