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

wasmtime: Make table lazy-init configurable #8531

Merged
merged 2 commits into from
May 14, 2024

Commits on May 14, 2024

  1. wasmtime: Make table lazy-init configurable

    Lazy initialization of tables has trade-offs that we haven't explored in
    a while. Making it configurable makes it easier to test the effects of
    these trade-offs on a variety of WebAssembly programs, and allows
    embedders to decide whether the trade-offs are worth-while for their use
    cases.
    jameysharp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e516fec View commit details
    Browse the repository at this point in the history
  2. Review comments

    jameysharp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    06c9a6c View commit details
    Browse the repository at this point in the history