bors[bot] 57b5ee1714
Merge #1391
1391: Bump anyhow from 1.0.26 to 1.0.28 r=MarkMcCaskey a=dependabot-preview[bot]

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.26 to 1.0.28.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p>
<blockquote>
<h2>1.0.28</h2>
<ul>
<li>Documentation improvements (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/73">#73</a>, <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/78">#78</a>)</li>
</ul>
<h2>1.0.27</h2>
<ul>
<li>
<p>Improve documentation of backtrace environment variable combinations (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/69">#69</a>)</p>
<blockquote>
<ul>
<li>If you want panics and errors to both have backtraces, set <code>RUST_BACKTRACE=1</code>;</li>
<li>If you want only errors to have backtraces, set <code>RUST_LIB_BACKTRACE=1</code>;</li>
<li>If you want only panics to have backtraces, set <code>RUST_BACKTRACE=1</code> and <code>RUST_LIB_BACKTRACE=0</code>.</li>
</ul>
</blockquote>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="022f700a1c"><code>022f700</code></a> Release 1.0.28</li>
<li><a href="e2eb1f5263"><code>e2eb1f5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/78">#78</a> from dtolnay/cfg</li>
<li><a href="d65ec5ed2f"><code>d65ec5e</code></a> Use doc_cfg to mark Error::new</li>
<li><a href="e46df9f4a5"><code>e46df9f</code></a> Rephrase nightly backtrace note</li>
<li><a href="946bff8a54"><code>946bff8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/73">#73</a> from lzybkr/nightly_in_docs</li>
<li><a href="a07b84b641"><code>a07b84b</code></a> Mention nightly in module docs</li>
<li><a href="ffc45d2d42"><code>ffc45d2</code></a> Select a single docs.rs build target</li>
<li><a href="e7702aa4fc"><code>e7702aa</code></a> Release 1.0.27</li>
<li><a href="19be9654a0"><code>19be965</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/71">#71</a> from dtolnay/dev</li>
<li><a href="4426253333"><code>4426253</code></a> Disable dev dependency on futures executor</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.26...1.0.28">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.26&new-version=1.0.28)](https://dependabot.com/compatibility-score/?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.26&new-version=1.0.28)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-20 18:26:04 +00:00
2020-01-17 17:15:00 -06:00
2020-02-20 14:48:10 -08:00
2020-04-06 11:42:44 -07:00
2020-04-14 13:19:40 -07:00
2020-04-15 19:34:25 -07:00
2020-03-23 17:53:01 -07:00
2020-04-20 21:16:53 +04:30
2020-03-11 19:15:31 -07:00
2020-04-15 16:31:05 -07:00
2020-04-16 15:47:01 -07:00
2020-03-23 11:55:32 +09:00
2020-04-14 12:41:05 -07:00
2020-04-16 13:26:24 -07:00
2020-03-30 14:45:26 -07:00
2020-04-15 18:29:53 -07:00
2020-04-20 08:56:42 +00:00
2020-04-16 15:49:23 -07:00
2019-08-22 16:16:34 -05:00
2019-09-30 22:50:04 -07:00
2020-03-02 11:08:21 -08:00
2020-02-29 09:47:00 -08:00
2019-05-27 14:41:18 -07:00


Wasmer is a standalone WebAssembly runtime:

  • Universal: Wasmer is available in Linux, macOS and Windows (for both Desktop and ARM)
  • Fast: Wasmer aims to run WebAssembly at near-native speed
  • Pluggable: Wasmer can be used from almost any programming language
  • Safe: supporting WASI and Emscripten

It is used to run software fast, universally and safely: standalone applications and universal libraries.

Contents

Quickstart

Get started with Wasmer:

1. Install Wasmer

curl https://get.wasmer.io -sSfL | sh

Note: Wasmer is also available on Windows

Alternative: Install with Homebrew

brew install wasmer

2. Use Wasmer

Download a WASM file, and use it universally! You can start with QuickJS: qjs.wasm

wasmer qjs.wasm

3. Next steps

Here is what you can do next:

Language Integrations

Wasmer runtime can be used as a library embedded in different languages, so you can use WebAssembly anywhere 🎉

  Language Docs Author(s) Maintenance Release Stars
Rust logo Rust Docs Wasmer actively developed last release number of Github stars
C logo C/C++ Docs Wasmer actively developed last release number of Github stars
Python logo Python Docs Wasmer actively developed last release number of Github stars
Go logo Go Docs Wasmer actively developed last release number of Github stars
PHP logo PHP Docs Wasmer actively developed last release number of Github stars
Ruby logo Ruby Docs Wasmer actively developed last release number of Github stars
Postgres logo Postgres Wasmer actively developed last release number of Github stars
JS Logo JavaScript Docs Wasmer actively developed last release number of Github stars
C# logo C#/.Net Docs Miguel de Icaza actively developed last release number of Github stars
R logo R Docs Dirk Schumacher actively developed number of Github stars
Elixir logo Elixir Docs Philipp Tessenow actively developed last release number of Github stars
your language is missing?

Contribute

We welcome any form of contribution, especially from new members of our community 💜

You can check how to build the Wasmer runtime in our awesome docs!

Testing

Test you want? The Wasmer docs will show you how.

Community

Wasmer has an amazing community developers and contributors. Welcome, please join us! 👋

Channels

Description
No description provided
Readme MIT 80 MiB
Languages
WebAssembly 43.1%
Rust 40.8%
C 12.9%
C++ 2.3%
Shell 0.4%
Other 0.2%