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

Switch to passing the vmctx hidden argument at the beginning. #49

Merged
merged 1 commit into from
Feb 2, 2019

Conversation

sunfishcode
Copy link
Member

This switches to passing the vmctx hidden argument at the beginning of
the argument list, rather than the end.

This switches to passing the vmctx hidden argument at the beginning of
the argument list, rather than the end.
@sunfishcode sunfishcode merged commit 4675948 into bytecodealliance:master Feb 2, 2019
@sunfishcode sunfishcode deleted the pass-vmctx-first branch February 2, 2019 02:20
kubkon pushed a commit that referenced this pull request Nov 7, 2019
Add azure pipelines definition
howjmay pushed a commit to howjmay/wasmtime that referenced this pull request Jan 24, 2022
Summary:
This creates an example based on the [WASI-tutorial](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-tutorial.md#web-assembly-text-example) to illustrate how to enable WASI imports.
pchickey pushed a commit to pchickey/wasmtime that referenced this pull request May 12, 2023
* Use `use` imports consistently.

* Rename `flags_from_descriptor_flags` to `descriptor_flags_from_flags`.

* Rename `black_box` to `obscure`.

* Make some comments be doc comments.

* Use a hyphen for compound adjectives.

* Delete an unused variable.

* Update the name of `change-file-permissions-at`.

* Use generated typedefs instead of hard-coding u64.

* Use core::hint::black_box now that it's stabilized.
pchickey pushed a commit to pchickey/wasmtime that referenced this pull request May 16, 2023
* Use `use` imports consistently.

* Rename `flags_from_descriptor_flags` to `descriptor_flags_from_flags`.

* Rename `black_box` to `obscure`.

* Make some comments be doc comments.

* Use a hyphen for compound adjectives.

* Delete an unused variable.

* Update the name of `change-file-permissions-at`.

* Use generated typedefs instead of hard-coding u64.

* Use core::hint::black_box now that it's stabilized.
dhil added a commit to dhil/wasmtime that referenced this pull request Jul 15, 2023
…eatures (bytecodealliance#49)

This patch pins `wat` and `wasmprinter` to our fork of `wasm-tools`.
mooori pushed a commit to mooori/wasmtime that referenced this pull request Dec 20, 2023
zkASM has no limitations on the bit-width of the immediates, so there is
no value in keeping any of this logic, even as a reference.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant