waasm compilatiion lib setup

This commit is contained in:
dongho
2024-09-01 17:01:51 +09:00
parent efbcdea403
commit 5cadfc22da
10 changed files with 1237 additions and 11 deletions

12
Cargo.lock generated
View File

@ -123,6 +123,16 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "console_log"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f"
dependencies = [
"log",
"web-sys",
]
[[package]]
name = "crc32fast"
version = "1.4.2"
@ -167,7 +177,9 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
name = "ekstrahMap"
version = "0.1.0"
dependencies = [
"console_log",
"osmpbf",
"wasm-bindgen",
"yew",
]