feat(quickjs): add quickjs sample

This commit is contained in:
2020-07-12 13:16:00 +08:00
parent ae0b65aef3
commit bc73717adb
4 changed files with 106 additions and 2 deletions

10
quickjs/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "quickjs"
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]
quick-js = { path= "external/quickjs-rs" }