Skip to content

Commit 26ccac9

Browse files
committed
Use compat version of Rhai to build for WASM
1 parent f6dd1ff commit 26ccac9

File tree

2 files changed

+12
-45
lines changed

2 files changed

+12
-45
lines changed

Cargo.lock

Lines changed: 11 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ opt-level = 's'
2323
#default = ["wee_alloc"]
2424

2525
[dependencies]
26-
rhai = { version = "1.12.0", features = ["only_i64", "internals", "wasm-bindgen"] }
26+
rhai = { version = "=1.23.3", features = ["only_i64", "internals", "wasm-bindgen"] }
2727
js-sys = "0.3"
2828
serde = { version = "1.0", features = ["derive"] }
2929
instant = { version = "0.1", features = ["wasm-bindgen"] }

0 commit comments

Comments
 (0)