feat: copied from github.com/seddonm1/quickjs

This commit is contained in:
2023-02-01 00:08:34 +08:00
parent 03d006025f
commit 78db15fc04
16 changed files with 5112 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
[package]
name = "quickjs-wasm"
version = "0.1.0"
authors = [""]
edition = "2021"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.68"
once_cell = "1.17.0"
quickjs-wasm-rs = { version = "0.1.3", features = ["json"] }
[features]
default = []
console = []