Merge pull request #2741 from peterhuene/refactor-fiber-stacks
Split out fiber stacks from fibers.
This commit is contained in:
@@ -72,7 +72,7 @@ experimental_x64 = ["wasmtime-jit/experimental_x64"]
|
||||
|
||||
# Enables support for "async stores" as well as defining host functions as
|
||||
# `async fn` and calling functions asynchronously.
|
||||
async = ["wasmtime-fiber"]
|
||||
async = ["wasmtime-fiber", "wasmtime-runtime/async"]
|
||||
|
||||
# Enables userfaultfd support in the runtime's pooling allocator when building on Linux
|
||||
uffd = ["wasmtime-runtime/uffd"]
|
||||
|
||||
Reference in New Issue
Block a user