Merge pull request #2518 from peterhuene/add-allocator

Implement the pooling instance allocator.
This commit is contained in:
Peter Huene
2021-03-08 12:20:31 -08:00
committed by GitHub
51 changed files with 5330 additions and 1043 deletions

View File

@@ -91,6 +91,7 @@ jitdump = ["wasmtime/jitdump"]
vtune = ["wasmtime/vtune"]
wasi-crypto = ["wasmtime-wasi-crypto"]
wasi-nn = ["wasmtime-wasi-nn"]
uffd = ["wasmtime/uffd"]
# Try the experimental, work-in-progress new x86_64 backend. This is not stable
# as of June 2020.