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

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[workspace]
members = [
"crates/quickjs",
"crates/quickjs-wasm",
]
[profile.release]
lto = true
opt-level = 3