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: Add libc as a dependency on FreeBSD in the jit-icache-coherence crate #5323

Merged
merged 1 commit into from
Nov 28, 2022

Commits on Nov 24, 2022

  1. wasmtime: Add libc as a dependency on FreeBSD in the `jit-icache-cohe…

    …rence` crate
    
    This gets this package to build for `x86_64`, but does not include any
    cache clearing for `aarch64-freebsd`. Which will probably build, but not work.
    
    As far as I can tell membarriers are still in the process of being added.
    See: https://reviews.freebsd.org/D32360
    
    Since FreeBSD is mirroring the Linux membarrier syscall we may be able
    to reuse the same implementation for both Linux and FreeBSD for AArch64.
    afonso360 committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    dd15b5b View commit details
    Browse the repository at this point in the history