We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fce7a1 commit 0eef05aCopy full SHA for 0eef05a
jit/Cargo.toml
@@ -1,10 +1,10 @@
1
[package]
2
name = "qsc-cranelift-jit"
3
version = "0.104.0"
4
-authors = ["The Cranelift Project Developers"]
5
-description = "A JIT library backed by Cranelift"
6
-repository = "https://github.com/bytecodealliance/wasmtime"
7
-documentation = "https://docs.rs/cranelift-jit"
+authors = ["The Cranelift Project Developers", "RedstoneWizard08"]
+description = "A JIT library backed by Cranelift (modified for QuickScript)"
+repository = "https://github.com/RedstoneWizard08/QuickScript"
+documentation = "https://docs.rs/qsc-cranelift-jit"
8
license = "Apache-2.0 WITH LLVM-exception"
9
readme = "README.md"
10
edition = "2021"
0 commit comments