书栈网 · BookStack 本次搜索耗时 0.043 秒,为您找到 196 个相关结果.
  • 7. Operating systems

    Operating systems Operating systems WasmEdge supports a wide range of operating systems and hardware platforms. It allows WebAssembly bytecode applications to be truly portable...
  • 8.2.2. 外部引用

    自定义外部引用 教程 准备 Wasm 文件 实现 Host 模块以及在 WasmEdge 中注册 设置环境并编译 使用外部引用的 Wasm WasmEdge ExternRef 示例 Wasm 代码 Host 函数 执行 传递对象 传递一个类 传递一个对象作为仿函数 传递 STL 对象 自定义外部引用 外部引用 指示对 ho...
  • 3.1.5. Non-blocking network apps

    Non-blocking networking sockets A non-blocking HTTP client example A non-blocking HTTP server example Non-blocking networking sockets While the simple HTTP connections from t...
  • 6.3.5. Second State

    Second State 函数 Second State 函数 Second State 函数由 WasmEdge 驱动,并且支持 Rust 语言作为其一等公民。 它可以 处理基于文本的输入和输出 使用二进制数据作为函数输入和输出 在函数参数和返回值中混合字节和字符串类型 使用 webhooks 作为函数输入和输出 通过 http_pr...
  • 2.6. FAQ

    FAQ abut WebAssembly and WasmEdge FAQ abut WebAssembly and WasmEdge Q: What’s the relationship between WebAssembly and Docker? A: Check out our infographic WebAssembly vs. Do...
  • 2.1.2. Microservices

    Microservice runtime Dapr (Distributed Application Runtime) Service mesh (work in progress) Orchestration and management Microservice runtime The edge cloud can run applicat...
  • 3.1.2. 使用操作系统服务

    使用操作系统服务 随机数 从 Rust 中输出和调试 参数以及环境变量 读写文件 包含 main() 的应用程序 函数 使用操作系统服务 WASI(WebAssembly 系统接口)标准被设计来让 WebAssembly 应用程序可以访问操作系统服务。 Rust 编译器中的 wasm32-wasi 目标支持 WASI。 在这一部分中,我...
  • 5.4.1. CRI-O

    CRI-O Quick start Install CRI-O Configure CRI-O to use crun Run a simple WebAssembly app Run a HTTP server app CRI-O Quick start The GitHub repo contains scripts and Gi...
  • 3.1.5. 非阻塞网络应用

    非阻塞的网络通信 非阻塞 HTTP 客户端示例 非阻塞 HTTP 服务器示例 非阻塞的网络通信 尽管上一章节中的 HTTP 连接实现起来很容易,但他们并不适合在生产环境使用。如果程序一次只允许一个连接开启(阻塞),CPU 将不得不等待缓慢的网络。非阻塞 I/O 意味着程序可以同时保持多个连接开启,并处理这些连接传输的数据。程序可以轮询这些开启的连...
  • 2.2. Feature highlights

    Features Features One of the fastest WebAssembly VMs on the market (based on LLVM AOT ) WasmEdge feature extensions Network sockets (Rust and JavaScript SDKs) Async pollin...