Skip to main content
Module

std/_wasm_varint/Cargo.toml

Deno standard library
Go to Latest
File
[package]name = "deno_std_wasm_varint"repository = "https://github.com/denoland/deno_std"authors = ["the Deno authors"]license = "MIT"version = "0.0.0"edition = "2021"
[lib]crate-type = ["cdylib"]
[profile.release]lto = trueopt-level = 3
[dependencies]wasm-bindgen = "0.2.81"