Sync with wasi-common#155
Merged
sunfishcode merged 1 commit intobytecodealliance:wasi-commonfrom May 19, 2019
kubkon:wasi-common
Merged
Sync with wasi-common#155sunfishcode merged 1 commit intobytecodealliance:wasi-commonfrom kubkon:wasi-common
sunfishcode merged 1 commit intobytecodealliance:wasi-commonfrom
kubkon:wasi-common
Conversation
Member
|
Hooray for patches which consist entirely of removing code :-). |
grishasobol
pushed a commit
to grishasobol/wasmtime
that referenced
this pull request
Nov 29, 2021
pchickey
added a commit
to pchickey/wasmtime
that referenced
this pull request
May 16, 2023
…ctor-tests-reusing-types Expand reactor tests to demonstrate reusing types from other crates
mooori
pushed a commit
to mooori/wasmtime
that referenced
this pull request
Dec 20, 2023
Use constant base pointers instead of vmctx
dhil
added a commit
to dhil/wasmtime
that referenced
this pull request
Apr 9, 2024
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this pull request
Oct 18, 2024
Generates the flag-setting opcodes for `AluRRImm12`. Relies on the CSE fix in ASLp added in mmcloughlin/aslp#5. Updates #36 #35
dicej
added a commit
to dicej/wasmtime
that referenced
this pull request
May 8, 2025
…ix-152 change the error returned by `Instance::run` etc. on deadlock
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.
Updates some of the wasmtime's syscalls since they landed in CraneStation/wasi-common#18 and don't require both
WasiCtxandmemoryas input.