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

    Reactr Prerequisites Hello world Hello world: Rust function compiled to WebAssembly Hello world: Go host application Database query Database query: Install and set up a Postgre...
  • 3.2. JavaScript

    JavaScript A note on v8 JavaScript WebAssembly started as a “JavaScript alternative for browsers”. The idea is to run high-performance applications compiled from languages lik...
  • 2.1.3. Serverless SaaS API

    Serverless functions for SaaS Slack Lark Serverless functions for SaaS WasmEdge can support customized SaaS extensions or applications using serverless functions instead of t...
  • 5.1. Quick start

    Quick start CRI-O and crun containerd and crun Quick start We have created Ubuntu-based scripts for you to quickly get started with the following combination of runtimes in a...
  • 6. App frameworks & platforms

    App frameworks and platforms App frameworks and platforms WasmEdge applications can be plugged into existing application frameworks or platforms. WasmEdge provides a safe and e...
  • 8.1.2. Build for Windows

    Build from source on Windows 10 Get Source Code Requirements and Dependencies Prepare the environment If you don’t need the Ahead-of-Time runtime/compiler Build WasmEdge Run b...
  • 4.2.1. Embed WASM apps

    Embed a standalone WASM app Embed a standalone WASM app The WasmEdge Go SDK can embed standalone WebAssembly applications — ie a Rust application with a main() function compi...
  • 5.1. 快速开始

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

    Android Android 在 WasmEdge 发布版本中具有用于 Android 操作系统的预构建二进制文件。但是,WasmEdge installer 不支持 Android。 用户必须将发布文件下载到计算机,然后使用 adb 工具将文件传输到 Android 设备或模拟器。我们将向您展示如何做到这一点。 如果您更喜欢自己构建适用于 ...
  • 3.1.1. Call Rust functions

    Call Rust functions Call Rust functions If your Rust program has a main() function, you could compile it into a WASM bytecode file, and run it using the wasmedge CLI tool as ...