书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 196 个相关结果.
  • 6.3.2. Netlify

    WebAssembly Serverless Functions in Netlify Prerequisite Example 1: Image processing Example 2: AI inference WebAssembly Serverless Functions in Netlify In this article we w...
  • 2.1. Use cases

    Use cases Use cases WasmEdge is a cloud-native WebAssembly runtime hosted by the CNCF. It is widely used in edge computing, automotive, Jamstack, serverless, SaaS, service mesh...
  • 4.2.7. API 参考文档

    WasmEdge Go API 参考 目录 开始 WasmEdge 安装 获取 WasmEdge-go WasmEdge-go 扩展 使用 wasm-bindgen 嵌入函数的示例 完整的 WASI 应用示例 WasmEdge-go 基础知识 版本 日志设置 值类型 结果 上下文及其生命周期 WASM 数据结构 配置 WasmE...
  • 6.1.1. Dapr

    Dapr Quick start The two WebAssembly functions The image processing sidecar The Tensorflow sidecar The web UI sidecar Dapr In this article, I will demonstrate how to use W...
  • 5.2.2. HTTP service

    HTTP server example Prerequisites Download example code Build the WASM bytecode Apply executable permission on the Wasm bytecode Running the http_server application bytecode wi...
  • 5.5.3. KinD

    KinD 快速开始 编译 crun 替代 crun 和配置 containerd 编译和测试 KinD KinD 是在 Docker 内部运行的 Kubernetes 发行版,非常适合本地开发或集成测试。 快速开始 作为先决条件,我们第一步需要安装 KinD。为此,请参阅快速入门指南 和稳定版发布页面 来安装最新版本的 KinD CLI...
  • 6.2. Application frameworks

    App frameworks App frameworks WasmEdge provides a safe and efficient extension mechanism for applications. Of course, application developers can always use WasmEdge SDKs to em...
  • 4.2.1. 嵌入 WASM 应用程序

    嵌入 WASM 应用程序 嵌入 WASM 应用程序 WasmEdge Go SDK 能嵌入单独的 WebAssembly 应用程序 — 比如,一个带着 main() 函数,编译成 WebAssembly 的 Rust 应用程序。 我们的 demo Rust 应用程序 从一个文件中读取内容。注意,WebAssembly 程序的输入和输出数据现在是...
  • 3.1.4. Simple HTTP client & server

    Simple networking sockets An HTTP client example An HTTP server example Simple networking sockets The wasmedge_wasi_socket crate enables Rust developers to create networking...
  • 7.4.3. APK app

    Call WasmEdge functions from an Android APK app Quickstart Building Project with Gradle Building Project with Android Studio Review of the source code Android UI The native lib...