Skip to content

wasmtime: support reference types on aarch64 #1886

@fitzgen

Description

@fitzgen

I think this should mostly Just Work after #1617 lands, but we also need to remove these cfgs (and make sure the tests pass, ofc):

  • wasmtime/build.rs

    Lines 214 to 216 in 647d2b4

    // Ignore if this isn't x64, because Cranelift only supports
    // reference types on x64.
    return env::var("CARGO_CFG_TARGET_ARCH").unwrap() != "x86_64";

  • // Cranelift only supports reference types on x64.
    #[cfg(target_arch = "x86_64")]
    mod gc;

Metadata

Metadata

Assignees

No one assigned

    Labels

    wasmtimeIssues about wasmtime that don't fall into another label

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions