add deno run wasm

This commit is contained in:
2020-05-21 00:39:19 +08:00
parent 66167d42f5
commit ac79156632
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "warsam_sample"
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
[dependencies]

View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}