Clarify that path_open's path is a relative path.#116
Merged
sunfishcode merged 1 commit intobytecodealliance:masterfrom Apr 29, 2019
Merged
Clarify that path_open's path is a relative path.#116sunfishcode merged 1 commit intobytecodealliance:masterfrom
path_open's path is a relative path.#116sunfishcode merged 1 commit intobytecodealliance:masterfrom
Conversation
kubkon
pushed a commit
that referenced
this pull request
Nov 7, 2019
* Reimpleent fd_readdir on Linux using quasi-nix. * Implement fd_readdir on Windows. * wip * Adapt to upstream changes. * Cleanup dir.rs * Address review * Fix macos build * host -> wasi * Partially address review, more to come later. * Address more review comments * Fix compilation on Windows
grishasobol
pushed a commit
to grishasobol/wasmtime
that referenced
this pull request
Nov 29, 2021
howjmay
pushed a commit
to howjmay/wasmtime
that referenced
this pull request
Jan 24, 2022
Drop archived versions and update latest ones.
pchickey
pushed a commit
to pchickey/wasmtime
that referenced
this pull request
May 16, 2023
) * Add the proxy world, and remove HTTP from command. Add the proxy world, from the wasi-http repository, and add a `--world` flag to the `host` command for selecting which world to run them in. Current options are `command` and `proxy`. Also, remove HTTP APIs from the command world, because command is meant for CLI commands that run with a `main` function with command-line arguments, so it doesn't include programs that run with incoming HTTP requests This also removes HTTP APIs from the reactor world. This world doesn't yet have a standards proposal and doesn't yet have a clear purpose, but it's otherwise currently in sync with the command world, and this PR restores it to that. * Add poll and streams to the proxy world implementation. To facilitate this, factor out all the code into helper functions. In the future bindings tools may give us better option for this, but for now just manually factor things out.
frank-emrich
pushed a commit
to frank-emrich/wasmtime
that referenced
this pull request
Feb 27, 2024
Mostly just refactorings in preparation of GC support.
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this pull request
Oct 9, 2024
Support opcode templates the the ASLp client. This uses the format implemented in mmcloughlin/aslp#4. The change is safe to land now since in the common fixed 32-bit case, the formats are the same. Updates #36
dicej
added a commit
to dicej/wasmtime
that referenced
this pull request
Apr 16, 2025
…ost-api-refactor refactor component model async host APIs
alexcrichton
pushed a commit
to alexcrichton/wasmtime
that referenced
this pull request
Oct 8, 2025
bongjunj
pushed a commit
to prosyslab/wasmtime
that referenced
this pull request
Oct 20, 2025
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.
No description provided.