waasm compilatiion lib setup
This commit is contained in:
13
yew-wasm/Cargo.toml
Normal file
13
yew-wasm/Cargo.toml
Normal file
@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "yew-wasm"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
console_error_panic_hook = "0.1.7"
|
||||
console_log = "1.0.0"
|
||||
wasm-bindgen = "0.2.93"
|
||||
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }
|
Reference in New Issue
Block a user