Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ezirmusitua committed Nov 19, 2023
1 parent c7a745e commit 721046d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 1

`wasmedge` 二进制文件是一个命令行界面(CLI)程序,用于运行 WebAssembly 程序。

- 如果 WebAssembly 程序包含 `main()` 函数,`wasmedge` 将以命令模式执行它作为独立程序
- 如果 WebAssembly 程序包含 `main()` 函数,`wasmedge` 将把它作为独立程序以命令模式执行
- 如果 WebAssembly 程序包含一个或多个导出的公共函数,`wasmedge` 可以在反应器模式中调用单个函数。

默认情况下,`wasmedge` 将以解释器模式执行 WebAssembly 程序,并在 AOT 模式下执行 AOT 编译的 `.so``.dylib``.dll``.wasm`(通用输出格式)。如果要加速 WASM 执行,我们建议首先使用 [AOT 编译器对 WebAssembly 进行编译](aot.md)
Expand Down

0 comments on commit 721046d

Please sign in to comment.