mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-22 16:35:33 +00:00
Update README.md
This commit is contained in:
33
README.md
33
README.md
@ -24,27 +24,15 @@
|
||||
|
||||
<br />
|
||||
|
||||
Wasmer is a _fast_ and _secure_ [**WebAssembly**](https://webassembly.org) runtime that enables super
|
||||
_lightweight containers_ to run anywhere: from _Desktop_ to the _Cloud_, _Edge_ and _IoT_ devices.
|
||||
|
||||
> _This document is also available in:
|
||||
> [🇨🇳 中 文 -Chinese](https://github.com/wasmerio/wasmer/blob/master/docs/cn/README.md) •
|
||||
> [🇩🇪 Deutsch-German](https://github.com/wasmerio/wasmer/blob/master/docs/de/README.md) •
|
||||
> [🇪🇸 Español-Spanish](https://github.com/wasmerio/wasmer/blob/master/docs/es/README.md) •
|
||||
> [🇫🇷 Français-French](https://github.com/wasmerio/wasmer/blob/master/docs/fr/README.md) •
|
||||
> [🇯🇵 日本 語 -Japanese](https://github.com/wasmerio/wasmer/blob/master/docs/ja/README.md) •
|
||||
> [🇰🇷 한국어 -Korean](https://github.com/wasmerio/wasmer/blob/master/docs/ko/README.md)_.
|
||||
|
||||
### Features
|
||||
Wasmer is a _blazing fast_ and _secure_ [**WebAssembly**](https://webassembly.org) runtime that enables incredibly
|
||||
_lightweight containers_ to run anywhere: from _Desktop_ to the _Cloud_, _Edge_ and even the browser.
|
||||
|
||||
- Secure by default. No file, network, or environment access, unless explicitly enabled.
|
||||
- Supports [WASIX](http://wasix.org/), [WASI](https://github.com/WebAssembly/WASI) and [Emscripten](https://emscripten.org/) out of the box.
|
||||
- Supports [WASIX](https://wasix.org/), [WASI](https://github.com/WebAssembly/WASI) and [Emscripten](https://emscripten.org/) out of the box.
|
||||
- Fast. Run WebAssembly at near-native speeds.
|
||||
- Embeddable [anywhere via Wasmer SDKs](https://github.com/wasmerio/wasmer/#wasmer-sdk)
|
||||
|
||||
### Install
|
||||
|
||||
Wasmer CLI ships as a single executable with no dependencies.
|
||||
### Install Wasmer
|
||||
|
||||
```sh
|
||||
curl https://get.wasmer.io -sSfL | sh
|
||||
@ -118,7 +106,7 @@ $ wasmer run cowsay "hello world"
|
||||
|| ||
|
||||
```
|
||||
|
||||
> There are many more available packages, such as `wasmer/python` or `syrusakbary/cowsay`. [Create your own package](https://docs.wasmer.io/registry/get-started), or explore from the community: https://wasmer.io/explore
|
||||
> There are many more available packages, such as `wasmer/python` or `quickjs`. [Create your own package](https://docs.wasmer.io/registry/get-started), or explore from the community: https://wasmer.io/explore
|
||||
|
||||
#### Here is what you can do next:
|
||||
|
||||
@ -257,3 +245,14 @@ Wasmer has an amazing community of developers and contributors. Welcome, please
|
||||
|
||||
- [Wasmer Community Discord](https://discord.gg/rWkMNStrEW)
|
||||
- [Wasmer on Twitter](https://twitter.com/wasmerio)
|
||||
|
||||
--------
|
||||
|
||||
> _README also in:
|
||||
> [🇨🇳 中 文 -Chinese](https://github.com/wasmerio/wasmer/blob/master/docs/cn/README.md) •
|
||||
> [🇩🇪 Deutsch-German](https://github.com/wasmerio/wasmer/blob/master/docs/de/README.md) •
|
||||
> [🇪🇸 Español-Spanish](https://github.com/wasmerio/wasmer/blob/master/docs/es/README.md) •
|
||||
> [🇫🇷 Français-French](https://github.com/wasmerio/wasmer/blob/master/docs/fr/README.md) •
|
||||
> [🇯🇵 日本 語 -Japanese](https://github.com/wasmerio/wasmer/blob/master/docs/ja/README.md) •
|
||||
> [🇰🇷 한국어 -Korean](https://github.com/wasmerio/wasmer/blob/master/docs/ko/README.md)_.
|
||||
|
||||
|
Reference in New Issue
Block a user