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

Enable the SIMD proposal by default #3601

Merged
merged 2 commits into from
Dec 14, 2021

Commits on Dec 14, 2021

  1. Enable the SIMD proposal by default

    This commit updates Wasmtime to enable the SIMD proposal for WebAssembly
    by default. Support has been implemented for quite some time and
    recently fuzzing has been running for multiple weeks without incident,
    so it seems like it might be time to go ahead and enable this!
    alexcrichton committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    524b40d View commit details
    Browse the repository at this point in the history
  2. Refactor CLI feature specification

    Don't store a `bool` but rather an `Option<bool>` so we can inherit the
    defaults from Wasmtime rather than having to keep the defaults in-sync.
    alexcrichton committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    45115d4 View commit details
    Browse the repository at this point in the history