Skip to content

Commit

Permalink
Added links to plugins (WasmEdge#186)
Browse files Browse the repository at this point in the history
* added relative links to plugins

Signed-off-by: Divyanshu GUpta <[email protected]>

* Updated links in the docusaurus-plugin-content-docs folder

Signed-off-by: Divyanshu GUpta <[email protected]>

---------

Signed-off-by: Divyanshu GUpta <[email protected]>
  • Loading branch information
Mash707 authored and ezirmusitua committed Nov 10, 2023
1 parent 743086a commit 659c236
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docs/start/wasmedge/extensions/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ The plug-in mechanism for WasmEdge is an easy way to extend the host modules fro

The following lists are the WasmEdge official released plug-ins. Users can install them easily by the installer.

<<<<<<< HEAD
| Plug-in | Description | Platform Support | Language support |
|----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|
| [WasmEdge-Process](../../../contribute/source/plugin/process.md) | Allows WebAssembly programs to execute native commands in the host operating system. It supports passing arguments, environment variables, `STDIN`/`STDOUT` pipes, and security policies for host access. | `manylinux2014 x86_64`, `manylinux2014 aarch64`, and `ubuntu 20.04 x86_64` (since `0.10.0`) | [Rust](https://crates.io/crates/wasmedge_process_interface) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ WasmEdge 的插件机制是一种扩展主机模块的简便方法,用户可

下面列出了 WasmEdge 官方发布的插件。用户可以通过安装程序轻松安装它们。

<<<<<<< HEAD
| 插件 | 描述 | 平台支持 | 语言支持 |
| --- | --- | --- | --- |
| WasmEdge-Process((../../../contribute/source/plugin/process.md)) | 允许 WebAssembly 程序在主机操作系统中执行本机命令。它支持传递参数、环境变量、`STDIN`/`STDOUT` 管道以及主机访问的安全策略。 | `manylinux2014 x86_64``manylinux2014 aarch64``ubuntu 20.04 x86_64`(自`0.10.0`| [Rust](https://crates.io/crates/wasmedge_process_interface) |
Expand Down

0 comments on commit 659c236

Please sign in to comment.