-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
provide a download #187
Comments
We now have downloads automatically deployed to github for every new commit to the |
We should add a link to the README.md pointing people to the download site. |
The readme now points to wasmtime.dev which has the install script, so I think we're good to go! |
grishasobol
pushed a commit
to grishasobol/wasmtime
that referenced
this issue
Nov 29, 2021
…ealliance#187) * Remove hashbrown and use BTree{Map,Set} from the alloc crate wasmi-validation must handle untrusted input and hence we switch from Hash{Set,Map} (whether std's or hashbrown's) to BTree{Set,Map} to avoid algorithmic complexity attacks while retaining no_std support. Closes bytecodealliance#183 * Improve memory locality of checking for duplicate exports Using a sorted slice gives us the same O(N log N) worst case execution time as using a BTreeMap, but using a single allocation as with HashMap, so that we should see better memory locality and hence better constant factors when checking for duplicate exports.
mooori
pushed a commit
to mooori/wasmtime
that referenced
this issue
Jan 26, 2024
Use longer integers to fill ZKASM data section
dhil
added a commit
to dhil/wasmtime
that referenced
this issue
May 29, 2024
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this issue
Oct 23, 2024
Generate the `VecRRR` `Addp` spec case. Updates avanhatt#34 avanhatt#35
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this issue
Oct 23, 2024
Generate the `VecRRR` `Addp` spec case. Updates avanhatt#34 avanhatt#35
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please provide a download of Wasmtime. A download of a nightly build would be nice. Ideally for different platforms.
The text was updated successfully, but these errors were encountered: