rustwasm/Cargo.toml

13 lines
175 B
TOML
Raw Permalink Normal View History

[package]
name = "rustwasm"
version = "0.1.0"
edition = "2021"
[dependencies]
wasm-bindgen = "0.2"
# this is necessary to build the wasm blob
[lib]
crate-type = ["cdylib"]