书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 1485 个相关结果.
  • 5.1. 快速开始

    快速开始 CRI-O 和 crun containerd 和 crun 快速开始 我们为你创建了基于 Ubuntu 的脚本,以便你在标准 Kubernetes 设置中快速开始使用以下运行时组合。 CRI(高级)runtime OCI(低级)runtime CRI-O crun + WasmEdge 脚本 containerd crun + ...
  • 3.1.7. 命令行接口

    使用命令行程序 使用命令行程序 WASI 通过一个被称为“基于能力的安全”的细粒度安全模型让 WebAssembly 程序可以调用宿主操作系统的标准库函数。WebAssembly 虚拟机所有者可以在虚拟机启动的时候给 VM 赋予访问宿主系统资源的权限。程序默认不能访问任何没有被显式允许访问的资源,比如文件夹。 但为什么要将我们自己限制在标准库函数上...
  • 4.2.3. 传递复杂参数

    将复杂参数传递给 Wasm 函数 将字符串传递给 Rust 函数 将字符串传递给 TinyGo 函数 将字节传递给 Rust 函数 将字节传递给 TinyGo 函数 将复杂参数传递给 Wasm 函数 WebAssembly 规范的一个问题是它只支持非常有限的数据类型。如果要嵌入具有复杂调用参数或返回值的 WebAssembly 函数,则需要同...
  • 5.2.1. Simple example

    A simple WebAssembly example Prerequisites Download example code Build the WASM bytecode Apply executable permission on the Wasm bytecode Create Dockerfile Create container im...
  • Debugging

    Debugging Panics Console Logging wasm-logger ConsoleService Source Maps Latest Info Debugging Panics Please use the console_error_panic crate for nicer stacktrace...
  • Extensibility

    Extensibility Pull Policy for WebAssembly Modules Extensibility Helps you manage extensions to the service mesh. Pull Policy for WebAssembly Modules Describes how Istio dete...
  • Extensibility

    Extensibility Pull Policy for WebAssembly Modules Extensibility Helps you manage extensions to the service mesh. Pull Policy for WebAssembly Modules Describes how Istio dete...
  • Extensibility

    Extensibility Pull Policy for WebAssembly Modules Extensibility Helps you manage extensions to the service mesh. Pull Policy for WebAssembly Modules Describes how Istio dete...
  • Extensibility

    Extensibility Pull Policy for WebAssembly Modules Extensibility Helps you manage extensions to the service mesh. Pull Policy for WebAssembly Modules Describes how Istio dete...
  • 3.4. Go

    Go 安装 TinyGo Hello world Hello world:编译和构建 Hello world:运行 一个简单的函数 一个简单的函数:编译和构建 一个简单的函数:运行 性能提升 Go 在 WasmEdge 中运行 Go 程序的最佳方式是使用 TinyGo 将 Go 源代码编译为 WebAssembly。在本文中,我们将...