-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
wasmtime:c-apiIssues pertaining to the C API.Issues pertaining to the C API.
Description
Hi, is there a c-api to enable pooling-allocator ( change InstanceAllocationStrategy
)? I checked in wasmtime-c-api but could not find one.
Default instance config seems to be OnDemand
so wondering how do i change that to Pooling
. I have built with the required feature flags.
wasmtime/crates/wasmtime/src/config.rs
Line 178 in 3e35c8f
allocation_strategy: InstanceAllocationStrategy::OnDemand, |
Metadata
Metadata
Assignees
Labels
wasmtime:c-apiIssues pertaining to the C API.Issues pertaining to the C API.