Skip to main content
Module

x/wasmbuild/rs_lib/Cargo.toml

Build tool to use Rust code in Deno and the browser.
Latest
File
[package]name = "wasmbuild"version = "0.1.0"edition = "2021"
[lib]crate_type = ["cdylib"]
[dependencies]anyhow = "1.0.75"js-sys = "0.3.67"serde = { version = "1.0.193", features = ["derive", "rc"] }# make sure to update the version in lib/versions.ts to match this versionwasm-bindgen = "0.2.90"wasm-bindgen-cli-support = "0.2.90"serde-wasm-bindgen = "0.6.3"