[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"]