You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/zh/docusaurus-plugin-content-docs/current/start/overview.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -3,26 +3,26 @@ sidebar_position: 1
3
3
displayed_sidebar: startSidebar
4
4
---
5
5
6
-
# Getting Started with WasmEdge
6
+
# 开始使用 WasmEdge
7
7
8
-
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.
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.
-Introduce the [WasmEdge Runtime](/category/what-is-wasmedge)
19
-
-Usages of [Running WasmEdge](/category/running-with-wasmedge)
16
+
-[安装和卸载 WasmEdge](install.md)
17
+
-[入门指南](/category/getting-started-with-wasmEdge)
18
+
-介绍 [WasmEdge 运行时](/category/what-is-wasmedge)
19
+
-[运行 WasmEdge](/category/running-with-wasmedge)
20
20
21
-
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.
0 commit comments