mirror of
https://github.com/bytedream/litbwraw.git
synced 2025-06-27 10:20:32 +02:00
add benchmark script
This commit is contained in:
10
benchmarks/wasm/Cargo.toml
Normal file
10
benchmarks/wasm/Cargo.toml
Normal 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"] }
|
Reference in New Issue
Block a user