perf: switch to luau-jit

This commit is contained in:
Ryan 2025-02-22 16:44:37 -05:00
parent 164ccd3a7f
commit 70ed508b0a
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -23,5 +23,5 @@ http-body-util = "0"
hyper = { version = "1", features = ["server"] } hyper = { version = "1", features = ["server"] }
hyper-util = "0" hyper-util = "0"
log = { version = "0" } log = { version = "0" }
mlua = { version = "0", features = ["async", "luau", "send"] } mlua = { version = "0", features = ["async", "luau-jit", "send"] }
tokio = { version = "1", features = ["macros"] } tokio = { version = "1", features = ["macros"] }