mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-04 11:48:38 +00:00
* Fixes Chinese docs links (for #3746) * Fixed php link on Chinese readme
This commit is contained in:
@@ -5,13 +5,16 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/wasmerio/wasmer/actions?query=workflow%3Abuild">
|
<a href="https://github.com/wasmerio/wasmer/actions?query=workflow%3Abuild">
|
||||||
<img src="https://github.com/wasmerio/wasmer/workflows/build/badge.svg?style=flat-square" alt="Build Status">
|
<img src="https://github.com/wasmerio/wasmer/actions/workflows/build.yml/badge.svg?event=push" alt="Build Status">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/wasmerio/wasmer/blob/master/LICENSE">
|
<a href="https://github.com/wasmerio/wasmer/blob/master/LICENSE">
|
||||||
<img src="https://img.shields.io/github/license/wasmerio/wasmer.svg?style=flat-square" alt="License">
|
<img src="https://img.shields.io/github/license/wasmerio/wasmer.svg" alt="License">
|
||||||
|
</a>
|
||||||
|
<a href="https://docs.wasmer.io">
|
||||||
|
<img src="https://img.shields.io/static/v1?label=Docs&message=docs.wasmer.io&color=blue" alt="Wasmer Docs">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://slack.wasmer.io">
|
<a href="https://slack.wasmer.io">
|
||||||
<img src="https://img.shields.io/static/v1?label=Slack&message=join%20chat&color=brighgreen&style=flat-square" alt="Slack channel">
|
<img src="https://img.shields.io/static/v1?label=Slack&message=join%20us!&color=brighgreen" alt="Slack channel">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -109,12 +112,12 @@ qjs >
|
|||||||
[rust logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/rust.svg
|
[rust logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/rust.svg
|
||||||
[rust integration]: https://github.com/wasmerio/wasmer/tree/master/lib/api
|
[rust integration]: https://github.com/wasmerio/wasmer/tree/master/lib/api
|
||||||
[`wasmer` rust crate]: https://crates.io/crates/wasmer/
|
[`wasmer` rust crate]: https://crates.io/crates/wasmer/
|
||||||
[rust docs]: https://wasmerio.github.io/wasmer/crates/wasmer
|
[rust docs]: https://docs.rs/wasmer/
|
||||||
|
|
||||||
[c logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/c.svg
|
[c logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/c.svg
|
||||||
[c integration]: https://github.com/wasmerio/wasmer/tree/master/lib/c-api
|
[c integration]: https://github.com/wasmerio/wasmer/tree/master/lib/c-api
|
||||||
[`wasmer.h` headers]: https://wasmerio.github.io/wasmer/c/
|
[`wasmer.h` headers]: https://wasmerio.github.io/wasmer/c/
|
||||||
[c docs]: https://wasmerio.github.io/wasmer/c/
|
[c docs]: https://docs.rs/wasmer-c-api/*/wasmer/wasm_c_api/index.html
|
||||||
|
|
||||||
[c# logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/csharp.svg
|
[c# logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/csharp.svg
|
||||||
[c# integration]: https://github.com/migueldeicaza/WasmerSharp
|
[c# integration]: https://github.com/migueldeicaza/WasmerSharp
|
||||||
@@ -137,7 +140,7 @@ qjs >
|
|||||||
[go docs]: https://pkg.go.dev/github.com/wasmerio/wasmer-go/wasmer?tab=doc
|
[go docs]: https://pkg.go.dev/github.com/wasmerio/wasmer-go/wasmer?tab=doc
|
||||||
|
|
||||||
[php logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/php.svg
|
[php logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/php.svg
|
||||||
[php integration]: https://github.com/wasmerio/wasmer-php
|
[php integration]: https://wasmerio.github.io/wasmer-php/
|
||||||
[`wasm` pecl package]: https://pecl.php.net/package/wasm
|
[`wasm` pecl package]: https://pecl.php.net/package/wasm
|
||||||
[php docs]: https://wasmerio.github.io/wasmer-php/wasm/
|
[php docs]: https://wasmerio.github.io/wasmer-php/wasm/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user