Skip to main content
Module

x/wasmbuild/tests/Cargo.toml

Build tool to use Rust code in Deno and the browser.
Latest
File
[package]name = "deno_test"version = "0.1.0"edition = "2021"authors = ["the Deno authors"]license = "MIT"
[dependencies]wasm-bindgen = "0.2.90"
[lib]name = "deno_test"crate_type = ["cdylib"]path = "lib.rs"