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

cranelift: Remove support for WebAssembly tables #8124

Merged

Commits on Mar 13, 2024

  1. cranelift: Remove support for WebAssembly tables

    Wasmtime no longer needs any of this infrastructure and neither should
    anybody else.
    
    This diff is nearly identical to @bjorn3's version of the same change,
    except I didn't remove Uimm64, which has started being used in other
    places. I forgot bjorn3 had already tackled this part until after I was
    already done, but it's reassuring that we both made the same changes.
    
    bjorn3@fb82ccb
    
    Fixes bytecodealliance#5532
    jameysharp committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f28f203 View commit details
    Browse the repository at this point in the history