书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 196 个相关结果.
  • 4.4.2. Compute Fibonacci numbers concurrently

    Compute Fibonacci numbers concurrently Prerequisites Overview Example Step 1: create a Vm context and register the WebAssembly module Step 2: create two child threads to compute...
  • 3.2.3. Fetch

    The fetch API The fetch API The fetch API is widely used in browser and node-based JavaScript applications to fetch content over the network. Building on top of its non-blocki...
  • 5.5.6. OpenYurt

    OpenYurt + containerd + crun 搭建一个 OpenYurt 集群 前置准备 安装 containerd 安装 WasmEdge 编译、安装 crun 从零搭建一个 OpenYurt 集群 搭建一个 kubernetes 集群 安装 yurtctl 安装 OpenYurt 组件 利用 OpenYurt 体验中心快速搭建...
  • 4.4.2. 并行计算斐波那契数

    并行计算斐波那契数 前置条件 概述 示例 第一步:创建一个 Vm 上下文并注册 WebAssembly 模块。 第二步:创建两个子线程,分别计算 Fib(4) 和 Fib(5)。 第三步:从两个子线程中获取返回值,计算 Fib(6)。 并行计算斐波那契数 前置条件 这个示例使用了如下的包: wasmedge-sys v0.7.0 ...
  • 4.3. Node.js SDK

    Node.js SDK Prerequisites Docker Manual setup without Docker Hello World WebAssembly program in Rust The Node.js host application A complete web application More examples ...
  • 4.2.5. Embed bindgen funcs

    Embed a bindgen function Embed a bindgen function The wasm_bindgen approach discussed in this chapter is deprecated. We encourage you to check out the wasmedge_bindgen appro...
  • 2.1. 应用场景

    应用场景 应用场景 WasmEdge 是由 CNCF 托管的云原生 WebAssembly runtime。它广泛应用于边缘计算、汽车、Jamstack、Serverless、SaaS、服务网格,乃至区块链应用。 WasmEdge 可以进行 AOT (提前编译)编译器优化,是当今市场上最快的 WebAssembly runtime 之一。 云原生...
  • 2.1.4. 边缘计算

    边缘计算 YoMo Flow seL4 微内核操作系统 边缘计算 WasmEdge 非常适合在任务关键的边缘设备或边缘网络上运行。 YoMo Flow YoMo 是一种用于远边缘(far edge)网络的高性能数据流框架。 WasmEdge 集成到 YoMo 中以运行用户定义的工作负载,例如在工厂装配线上进行的图像识别。 教程 代码模...
  • 3.1.6. 服务端渲染

    服务器端渲染 服务器端渲染 前端框架让开发者可以使用高级语言和组件模型来创建 Web 应用程序。Web 应用程序需要被构建成静态网页,才能在浏览器中渲染。尽管很多前端框架是基于 JavaScript 的,比如 React 和 Vue,但是随着 Rust 吸引了更多的开发者,基于 Rust 的框架也在不断涌现。这些前端框架使用由 Rust 编译而成的 ...
  • Create Wasm Functions

    Create Wasm Functions Create Wasm Functions Before you creating any functions, make sure you’ve installed all the prerequisites Here you can find wasm function examples: L...