mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-15 07:40:50 +00:00
Improved Readme
This commit is contained in:
parent
77358fdb99
commit
d9ce2591f6
28
README.md
28
README.md
@ -35,19 +35,19 @@ curl https://get.wasmer.io -sSfL | sh
|
||||
|
||||
Wasmer runtime can be used as a library embedded in different languages, so you can use WebAssembly anywhere:
|
||||
|
||||
| | Language | Author(s) | Maintenance | Release |
|
||||
|-|-|-|-|-|
|
||||
|  | [**Rust**](https://github.com/wasmerio/wasmer-rust-example) | Wasmer | actively developed |   |
|
||||
|  | [**C/C++**](https://github.com/wasmerio/wasmer-c-api) | Wasmer | actively developed |   |
|
||||
|  | [**Python**](https://github.com/wasmerio/python-ext-wasm) | Wasmer | actively developed |   |
|
||||
|  | [**Go**](https://github.com/wasmerio/go-ext-wasm) | Wasmer | actively developed |   |
|
||||
|  | [**PHP**](https://github.com/wasmerio/php-ext-wasm) | Wasmer | actively developed |   |
|
||||
|  | [**Ruby**](https://github.com/wasmerio/ruby-ext-wasm) | Wasmer | actively developed |   |
|
||||
|  | [**Postgres**](https://github.com/wasmerio/postgres-ext-wasm) | Wasmer | actively developed |   |
|
||||
|  | [**C#/.Net**](https://github.com/migueldeicaza/WasmerSharp) | [Miguel de Icaza](https://github.com/migueldeicaza) | actively developed |   |
|
||||
|  | [**R**](https://github.com/dirkschumacher/wasmr) | [Dirk Schumacher](https://github.com/dirkschumacher) | actively developed |  |
|
||||
|  | [**Swift**](https://github.com/markmals/swift-ext-wasm) | [Mark Malström](https://github.com/markmals/) | passively maintened |  |
|
||||
| ❓ | [your language is missing?](https://github.com/wasmerio/wasmer/issues/new?assignees=&labels=%F0%9F%8E%89+enhancement&template=---feature-request.md&title=) | | |
|
||||
| | Language | Author(s) | Maintenance | Release | Stars |
|
||||
|-|-|-|-|-|-|
|
||||
|  | [**Rust**](https://github.com/wasmerio/wasmer-rust-example) | Wasmer | actively developed | <a href="https://crates.io/crates/wasmer-runtime/" target="_blank"></a> |  |
|
||||
|  | [**C/C++**](https://github.com/wasmerio/wasmer-c-api) | Wasmer | actively developed | <a href="https://github.com/wasmerio/wasmer-c-api/" target="_blank"></a> |  |
|
||||
|  | [**Python**](https://github.com/wasmerio/python-ext-wasm) | Wasmer | actively developed | <a href="https://pypi.org/project/wasmer/" target="_blank"></a> |  |
|
||||
|  | [**Go**](https://github.com/wasmerio/go-ext-wasm) | Wasmer | actively developed | <a href="https://github.com/wasmerio/go-ext-wasm" target="_blank"></a> |  |
|
||||
|  | [**PHP**](https://github.com/wasmerio/php-ext-wasm) | Wasmer | actively developed | <a href="https://pecl.php.net/package/wasm" target="_blank"></a> |  |
|
||||
|  | [**Ruby**](https://github.com/wasmerio/ruby-ext-wasm) | Wasmer | actively developed | <a href="https://rubygems.org/gems/wasmer" target="_blank"></a> |  |
|
||||
|  | [**Postgres**](https://github.com/wasmerio/postgres-ext-wasm) | Wasmer | actively developed | <a href="https://github.com/wasmerio/postgres-ext-wasm" target="_blank"></a> |  |
|
||||
|  | [**C#/.Net**](https://github.com/migueldeicaza/WasmerSharp) | [Miguel de Icaza](https://github.com/migueldeicaza) | actively developed | <a href="https://www.nuget.org/packages/WasmerSharp/" target="_blank"></a> |  |
|
||||
|  | [**R**](https://github.com/dirkschumacher/wasmr) | [Dirk Schumacher](https://github.com/dirkschumacher) | actively developed | |  |
|
||||
|  | [**Swift**](https://github.com/markmals/swift-ext-wasm) | [Mark Malström](https://github.com/markmals/) | passively maintened | |  |
|
||||
| ❓ | [your language is missing?](https://github.com/wasmerio/wasmer/issues/new?assignees=&labels=%F0%9F%8E%89+enhancement&template=---feature-request.md&title=) | | | |
|
||||
|
||||
### Usage
|
||||
|
||||
@ -177,7 +177,7 @@ nginx and Lua do not work on Windows - you can track the progress on [this issue
|
||||
</details>
|
||||
|
||||
## Building
|
||||
[](https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html)
|
||||
[](https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html)
|
||||
|
||||
Wasmer is built with [Cargo](https://crates.io/), the Rust package manager.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user