add deno_test_wasm

This commit is contained in:
2020-05-30 20:24:44 +08:00
parent 9c86dd8637
commit 5cb322fabd
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "test_wasm"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type =["cdylib"]
[dependencies]
[profile.release]
lto = true