Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jul 8, 2021

Commits on Jul 8, 2021

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

    This commit adds `wasmtime_config_wasm_multi_memory_set` to the C API.
    
    Fixes bytecodealliance#3066.
    peterhuene committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    08575a8 View commit details
    Browse the repository at this point in the history
  2. Add multimemory example.

    Add an example that deals with multiple memories in a single Wasm module.
    peterhuene committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5d92b75 View commit details
    Browse the repository at this point in the history