Make helwasm compilable for wasm32-unknown-unknown target.
This commit is contained in:
+1
-1
@@ -4,10 +4,10 @@ version = "0.1.0"
|
||||
authors = ["ok2"]
|
||||
edition = "2021"
|
||||
|
||||
[target.'cfg(wasm32)']
|
||||
[lib]
|
||||
name = "helwasm"
|
||||
path = "src/lib.rs"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user