From 659c2361dc6c9c83cddc3aac8d1fc360c1071bf0 Mon Sep 17 00:00:00 2001 From: Divyanshu Gupta <114072061+Mash707@users.noreply.github.com> Date: Thu, 9 Nov 2023 00:50:46 +0530 Subject: [PATCH] Added links to plugins (#186) * added relative links to plugins Signed-off-by: Divyanshu GUpta * Updated links in the docusaurus-plugin-content-docs folder Signed-off-by: Divyanshu GUpta --------- Signed-off-by: Divyanshu GUpta --- docs/start/wasmedge/extensions/plugins.md | 1 - .../current/start/wasmedge/extensions/plugins.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/wasmedge/extensions/plugins.md b/docs/start/wasmedge/extensions/plugins.md index 4b9ddbbb..8e471394 100644 --- a/docs/start/wasmedge/extensions/plugins.md +++ b/docs/start/wasmedge/extensions/plugins.md @@ -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) | diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/start/wasmedge/extensions/plugins.md b/i18n/zh/docusaurus-plugin-content-docs/current/start/wasmedge/extensions/plugins.md index 552957fd..b0735b0e 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/start/wasmedge/extensions/plugins.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/start/wasmedge/extensions/plugins.md @@ -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) |