Skip to content

Add setter for enabling multi-memory to the C API. - #3071

Merged
fitzgen merged 2 commits into
bytecodealliance:mainfrom
peterhuene:fix-c-api
Jul 8, 2021
Merged

Add setter for enabling multi-memory to the C API.#3071
fitzgen merged 2 commits into
bytecodealliance:mainfrom
peterhuene:fix-c-api

Conversation

@peterhuene

Copy link
Copy Markdown
Member

This PR adds wasmtime_config_wasm_multi_memory_set to the C API.

Fixes #3066.

This commit adds `wasmtime_config_wasm_multi_memory_set` to the C API.

Fixes bytecodealliance#3066.
@github-actions github-actions Bot added the wasmtime:c-api Issues pertaining to the C API. label Jul 8, 2021
@github-actions

github-actions Bot commented Jul 8, 2021

Copy link
Copy Markdown

Subscribe to Label Action

cc @peterhuene

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

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

  • peterhuene: wasmtime:c-api

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

Learn more.

Add an example that deals with multiple memories in a single Wasm module.
@fitzgen
fitzgen merged commit 1ba6503 into bytecodealliance:main Jul 8, 2021
@peterhuene
peterhuene deleted the fix-c-api branch July 8, 2021 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wasmtime:c-api Issues pertaining to the C API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

wasmtime_config_wasm_multi_memory_set is missing from the C API

2 participants