We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97361cc commit 0bc0afdCopy full SHA for 0bc0afd
1 file changed
crates/c-api/Cargo.toml
@@ -21,7 +21,7 @@ doctest = false
21
22
[dependencies]
23
env_logger = { workspace = true, optional = true }
24
-wasmtime = { workspace = true, features = ['runtime', 'gc', 'std'] }
+wasmtime = { workspace = true, features = ['runtime', 'std'] }
25
wasmtime-c-api-macros = { workspace = true }
26
log = { workspace = true }
27
tracing = { workspace = true }
@@ -42,6 +42,7 @@ futures = { workspace = true, optional = true }
42
43
[features]
44
# WASMTIME_FEATURE_LIST
45
+default = ["gc"]
46
async = ['wasmtime/async', 'futures']
47
profiling = ["wasmtime/profiling"]
48
cache = ["wasmtime/cache"]
0 commit comments