Update faerie to 0.9.1#64
Merged
sunfishcode merged 2 commits intobytecodealliance:masterfrom Mar 27, 2019
Merged
Conversation
Member
|
Looks good! The CI failure is due to the CI using an old Rust version; I'll fix that separately. |
howjmay
pushed a commit
to howjmay/wasmtime
that referenced
this pull request
Jan 24, 2022
* test github action * upgrade rule_go * uncomment "Ready msys2" * add bcrypt on msys2 * remove -lwasmtime * use darwin_amd64 instead of darwin in BUILD * add more output Co-authored-by: Command <maoxxs2@gmail.com>
pchickey
pushed a commit
to pchickey/wasmtime
that referenced
this pull request
May 16, 2023
* Import the Wasmtime WASI tests. Copy the Wasmtime WASI tests in crates/test-programs/wasi-tests as of 7b75ba9 into the preview2 prototype at test-programs/wasi-tests. This adds TODO lines to tests/runtime.rs for tests which aren't passing yet. * Open directories properly on Windows.
dhil
added a commit
to dhil/wasmtime
that referenced
this pull request
Dec 5, 2023
Merge with upstream
rvolosatovs
pushed a commit
to rvolosatovs/wasmtime
that referenced
this pull request
Mar 7, 2025
…nce#64) This also fixes issues with calling sync-lifted exports which call async-lowered imports, as well as composed components involving some flavor of async, using `call_async`, and expands the round-trip tests to cover those cases. In the process, I ran into other latent issues which the new tests cases exposed, including redundant nesting of fibers, which I've addressed as well. Fixes bytecodealliance#5 Signed-off-by: Joel Dice <joel.dice@fermyon.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Needs new cranelift release due to bytecodealliance/cranelift#700