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

build and test wasm32-wasi-preview2 target #370

Merged
merged 2 commits into from
Jan 10, 2024

Commits on Jan 3, 2024

  1. build and test wasm32-wasi-preview2 target

    This updates `wasi-libc` to include
    WebAssembly/wasi-libc#457, which adds preliminary
    support for the new `wasm32-wasi-preview2` target.
    
    It also adds support for testing the new target using Wasmtime 16.0.0 and
    `wit-component`.  Note that Wasmtime produces different output when reporting
    errors for Preview 2 components than it does for Preview 1 modules, so I've
    added a few .expected files specific to Preview 2.
    
    Signed-off-by: Joel Dice <joel.dice@fermyon.com>
    dicej committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    2797183 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. test all three targets

    Signed-off-by: Joel Dice <joel.dice@fermyon.com>
    dicej committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d348e69 View commit details
    Browse the repository at this point in the history