书栈网 · BookStack 本次搜索耗时 0.060 秒,为您找到 196 个相关结果.
  • 2.1.4. Smart devices

    Smart devices Smart devices Smart device apps could embed WasmEdge as a middleware runtime to render interactive content on the UI, connect to native device drivers, and access...
  • Prerequisites

    Prerequisites Registry Credential Source repository Credential Kafka WasmEdge Step 1 : Installing WasmEdge Step 2 : Installing Container runtimes crun Step 3 : Setup CRI runt...
  • 3.1.3. Tensorflow

    Tensorflow 目录 一个 Rust 示例 前置条件 构建 运行 让它运行得更快 浏览代码 部署选项 Serverless 函数 Second Sate FaaS 和 Node.js 服务网格 数据流框架 Tensorflow AI 推理是一个计算密集任务,可以从 Rust 和 WebAssembly 的速度中受益颇多。...
  • 6.3.1. Vercel

    Rust and WebAssembly Serverless functions in Vercel Prerequisite Example 1: Image processing Example 2: AI inference Rust and WebAssembly Serverless functions in Vercel In t...
  • 3.2.2. 网络

    网络 JavaScript 客户端网络通讯例子 JavaScript 网络服务例子 JavaScript HTTP 服务器例子 网络 QuickJS WasmEdge Runtime 支持 WasmEdge 的网络 sockets 拓展 , 所以 JavaScript 程序也可以在网络上建立 HTTP 连接。此文将向你展示相关的 HTTP 客户...
  • 6.2. 应用框架

    应用框架 应用框架 WasmEdge 为应用程序提供安全高效的扩展机制。当然,应用程序开发人员随时可以使用 WasmEdge SDK 来嵌入 WebAssembly 函数。但有些应用程序和框架选择在 WasmEdge SDK 之上构建扩展/嵌入 API,后者支持与应用程序的本地应用场景和编程模型进行更符合人体工程学的集成。 YoMo 是一个数...
  • 3.3. Go

    Go Install TinyGo Hello world Hello world: Compile and build Hello world: Run A simple function A simple function: Compile and build A simple function: Run Improve performan...
  • 4.2.3. 传递复杂参数

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

    WasmEdge Go v0.10.0 API references Table of Contents Getting Started WasmEdge Installation Get WasmEdge-go WasmEdge-go Extensions Example Repository Example of Embedding A Fun...
  • 8.2.1. Host 函数

    Host 函数 Host 实例定义 函数 表、 内存、 以及全局实例 Host Modules/ host 模块 声明 添加实例 在 WasmEdge 中注册 host module 在 CMakeFile 中链接库以及包含目录 host 函数体实现 使用时检查 Memory 实例 预期返回 强制终止 Host 函数 Host...