Skip to content

Add the pooling-allocator feature.#3514

Merged
peterhuene merged 1 commit into
bytecodealliance:mainfrom
peterhuene:feature-gate-pooling-allocator
Nov 10, 2021
Merged

Add the pooling-allocator feature.#3514
peterhuene merged 1 commit into
bytecodealliance:mainfrom
peterhuene:feature-gate-pooling-allocator

Conversation

@peterhuene
Copy link
Copy Markdown
Member

This PR adds the pooling-allocator feature to both the wasmtime and
wasmtime-runtime crates.

The feature controls whether or not the pooling allocator implementation is
built into the runtime and exposed as a supported instance allocation strategy
in the wasmtime API.

The feature is on by default for the wasmtime crate.

Closes #3513.

This commit adds the `pooling-allocator` feature to both the `wasmtime` and
`wasmtime-runtime` crates.

The feature controls whether or not the pooling allocator implementation is
built into the runtime and exposed as a supported instance allocation strategy
in the wasmtime API.

The feature is on by default for the `wasmtime` crate.

Closes bytecodealliance#3513.
@github-actions github-actions Bot added the wasmtime:api Related to the API of the `wasmtime` crate itself label Nov 10, 2021
@github-actions
Copy link
Copy Markdown

Subscribe to Label Action

cc @peterhuene

Details This issue or pull request has been labeled: "wasmtime:api"

Thus the following users have been cc'd because of the following labels:

  • peterhuene: wasmtime:api

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

@peterhuene peterhuene merged commit 990f834 into bytecodealliance:main Nov 10, 2021
@peterhuene peterhuene deleted the feature-gate-pooling-allocator branch November 10, 2021 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wasmtime:api Related to the API of the `wasmtime` crate itself

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compilation failure on Android in latest 0.31 release

2 participants