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 45eaa2a commit ebc6cabCopy full SHA for ebc6cab
cairo1-run/Cargo.toml
@@ -29,4 +29,6 @@ num-bigint.workspace = true
29
getrandom = { version = "0.2.16", features = ["js"]}
30
31
[features]
32
+default = ["std"]
33
mod_builtin = ["cairo-vm/mod_builtin"]
34
+std = ["cairo-vm/std"]
examples/wasm-demo-cairo1/Cargo.toml
@@ -28,4 +28,4 @@ serde_json ={ workspace = true }
28
cairo-lang-sierra = { workspace = true }
cairo-vm = { workspace = true }
-cairo1-run = { workspace = true }
+cairo1-run = { workspace = true, default-features = false }
0 commit comments