fixed wasm

This commit is contained in:
dongho
2024-09-03 14:50:27 +09:00
parent 5cadfc22da
commit f16a721d2d
8 changed files with 87 additions and 1197 deletions

View File

@ -8,6 +8,18 @@ console_log = "1.0.0"
osmpbf = "0.3.4"
wasm-bindgen = "0.2.93"
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }
console_error_panic_hook = "0.1.7"
js-sys = "0.3.70"
[dependencies.web-sys]
version = "0.3.4"
features = [
'Document',
'Element',
'HtmlElement',
'Node',
'Window',
]
[lib]
crate-type = ["cdylib", "rlib"]