Merge pull request #2741 from peterhuene/refactor-fiber-stacks

Split out fiber stacks from fibers.
This commit is contained in:
Peter Huene
2021-03-22 11:05:16 -07:00
committed by GitHub
21 changed files with 515 additions and 332 deletions

View File

@@ -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"]