Skip to main content
Module

x/wasmbuild/rs_lib/Cargo.toml

Build tool to use Rust code in Deno and the browser.
Very Popular
Go to Latest
File
[package]name = "wasmbuild"version = "0.1.0"edition = "2021"
[lib]crate_type = ["cdylib"]
[profile.release]codegen-units = 1incremental = truelto = trueopt-level = "z"
[dependencies]anyhow = "1.0.57"js-sys = { git = "https://github.com/dsherret/wasm-bindgen", branch = "add_back_types_getters_setters" }serde = { version = "1.0.130", features = ["derive", "rc"] }# make sure to update the version in main.ts to match this versionwasm-bindgen = { git = "https://github.com/dsherret/wasm-bindgen", branch = "add_back_types_getters_setters", features = ["serde-serialize"] }wasm-bindgen-cli-support = { git = "https://github.com/dsherret/wasm-bindgen", branch = "add_back_types_getters_setters" }