add benchmark script

This commit is contained in:
2025-03-01 16:16:44 +01:00
parent e15c1ca821
commit 464c20c334
10 changed files with 688 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[package]
name = "wasm"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
mlua = { version = "=0.10.3", features = ["lua53", "vendored"] }