Skip to content

Commit

Permalink
translate i18n/zh/docusaurus-plugin-content-docs/current/start/overvi…
Browse files Browse the repository at this point in the history
…ew.md (#183)

* translate i18n/zh/docusaurus-plugin-content-docs/current/start/ overview.md

Signed-off-by: ezirmusitua <[email protected]>

* Update overview.md

Signed-off-by: ezirmusitua <[email protected]>

---------

Signed-off-by: ezirmusitua <[email protected]>
  • Loading branch information
ezirmusitua authored Nov 2, 2023
1 parent 015bdbc commit e078984
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions i18n/zh/docusaurus-plugin-content-docs/current/start/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ sidebar_position: 1
displayed_sidebar: startSidebar
---

# Getting Started with WasmEdge
# 开始使用 WasmEdge

WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud-native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, udf, smart contracts, and IoT devices. WasmEdge is currently a CNCF (Cloud Native Computing Foundation) Sandbox project.
WasmEdge 是一款轻量级、高性能、可扩展的 WebAssembly 运行时,适用于云原生、边缘和去中心化应用。它支持无服务器应用、嵌入式函数、微服务、UDF、智能合约和物联网设备。WasmEdge 目前是 CNCFCloud Native Computing Foundation)的沙盒项目。

The WasmEdge Runtime provides a well-defined execution sandbox for its contained WebAssembly bytecode program. The runtime offers isolation and protection for operating system resources (e.g., file system, sockets, environment variables, processes) and memory space. The most important use case for WasmEdge is to safely execute user-defined or community-contributed code as plug-ins in a software product (e.g., SaaS, database, edge nodes, or even blockchain nodes). It enables third-party developers, vendors, suppliers, and community members to extend and customize the software product.
WasmEdge 运行时为其包含的 WebAssembly 字节码程序提供了良好定义的执行沙盒环境。该运行时提供了对操作系统资源(例如文件系统、套接字、环境变量、进程)和内存空间的隔离和保护。WasmEdge 最重要的使用场景是将用户定义的或社区贡献的代码作为软件产品中的插件(例如 SaaS、数据库、边缘节点,甚至区块链节点)安全地执行。它使第三方开发者、供应商、提供者和社区成员能够扩展和定制软件产品。

This chapter will introduce how to install and get started with WasmEdge.
本章将介绍如何安装并开始使用 WasmEdge

We will cover the following content:
将涵盖以下内容:

- [Install and Uninstall WasmEdge](install.md)
- [Getting Started](/category/getting-started-with-wasmEdge)
- Introduce the [WasmEdge Runtime](/category/what-is-wasmedge)
- Usages of [Running WasmEdge](/category/running-with-wasmedge)
- [安装和卸载 WasmEdge](install.md)
- [入门指南](/category/getting-started-with-wasmEdge)
- 介绍 [WasmEdge 运行时](/category/what-is-wasmedge)
- [运行 WasmEdge](/category/running-with-wasmedge)

For advanced programming with WasmEdge, please refer to the guides for [developing WASM apps](../develop/overview.md), [Embedding WasmEdge in your apps](../embed/overview.md), or [contributing](../contribute/overview.md) to WasmEdge.
对于使用 WasmEdge 进行高级编程,请参考 [开发 WASM 应用程序](../develop/overview.md)[在应用中嵌入 WasmEdge](../embed/overview.md),或向 WasmEdge [进行贡献](../contribute/overview.md) 的指南。

If you find any issues or have any feedback, please reach out to us via the following ways.
如果你有任何问题或有任何反馈,请通过以下方式联系我们:

- [Discord Chat](https://discord.gg/U4B5sFTkFc)
- [Create a GitHub issue for technical support](https://github.com/WasmEdge/WasmEdge/issues)
- [Submit a GitHub discussion](https://github.com/WasmEdge/WasmEdge/discussions)
- [Follow @realwasmedge on Twitter](https://twitter.com/realwasmedge)
- [Discord 聊天](https://discord.gg/U4B5sFTkFc)
- [创建 GitHub 问题以获取技术支持](https://github.com/WasmEdge/WasmEdge/issues)
- [提交 GitHub 讨论](https://github.com/WasmEdge/WasmEdge/discussions)
- [在 Twitter 关注 @realwasmedge](https://twitter.com/realwasmedge)

0 comments on commit e078984

Please sign in to comment.