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

provide a download #187

Closed
Horcrux7 opened this issue Jul 7, 2019 · 3 comments
Closed

provide a download #187

Horcrux7 opened this issue Jul 7, 2019 · 3 comments

Comments

@Horcrux7
Copy link

Horcrux7 commented Jul 7, 2019

Please provide a download of Wasmtime. A download of a nightly build would be nice. Ideally for different platforms.

@tschneidereit
Copy link
Member

We now have downloads automatically deployed to github for every new commit to the master branch.

@sunfishcode
Copy link
Member

We should add a link to the README.md pointing people to the download site.

@sunfishcode sunfishcode reopened this Aug 12, 2019
@alexcrichton
Copy link
Member

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
avanhatt pushed a commit to wellesley-prog-sys/wasmtime that referenced this issue Oct 23, 2024
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

No branches or pull requests

4 participants