书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 4390 个相关结果.
  • 高阶函数

    高阶函数 高阶函数 Rust 提供了高阶函数(Higher Order Function, HOF)。执行一个或多个函数来产生一个用处更大的函数。HOF 和惰性迭代器(lazy iterator)给 Rust 带来了函数式的风格(英文原文:HOFsand lazy iterators give Rust its functional flavor.)...
  • 8. 嵌入 Deno

    嵌入式 Deno 嵌入式 Deno Deno 由多个部分组成,其中之一是 deno_core 。这是一个 rust crate,可以用作 Rust 应用中的嵌入式 JavaScript 运行时。 Deno 建立在 deno_core 的基础上。 Deno crate 发布于 crates.io 。 您可以通过 docs.rs 查阅其 AP...
  • 4.2.2. Embed WASM funcs

    Embed a Wasm function Rust function compiled into WebAssembly Go host application Embed a Wasm function The WasmEdge Go SDK allows WebAssembly functions to be embedded into a...
  • Testing apps

    Testing apps wasm_bindgen_test Testing apps wasm_bindgen_test Rust Wasm 工作组维护着一个名为 wasm_bindgen_test 的 crate ,该 crate 使您可以以类似于内置 #[test] 过程宏的方式在浏览器中运行测试。 Rust Wasm工作组的文档...
  • 嵌入 Deno

    嵌入式 Deno 嵌入式 Deno Deno 由多个部分组成,其中之一是 deno_core 。这是一个 rust crate,可以用作 Rust 应用中的嵌入式 JavaScript 运行时。 Deno 建立在 deno_core 的基础上。 Deno crate 发布于 crates.io 。 您可以通过 docs.rs 查阅其 API...
  • 5.2. Demo apps

    Demo apps Demo apps In this chapter, we will cover two demo apps. We will build them from Rust source code, build OCI images around them, and then publish the images to Docker ...
  • 3.1.7. Command interface

    Command interface Command interface WASI enables WebAssembly programs to call standard library functions in the host operating system. It does so through a fine-grained securit...
  • 4.2.2. 嵌入 WASM 函数

    嵌入 Wasm 函数 将 Rust 函数编译成 WebAssembly Go host 程序 嵌入 Wasm 函数 WasmEdge Go SDK 允许将 WebAssembly 函数嵌入到一个 Go 主程序。可以使用 Go SDK API 来传递调用参数到嵌入的 WebAssembly 函数,然后捕获返回值。 然而,WebAssembly 规...
  • Building from source

    399 2021-07-18 《Deno v1.11.5 Manual》
    Building from source Cloning the Repository Prerequisites Building Deno Building Building from source Below are instructions on how to build Deno from source. If you just w...
  • Building from source

    332 2021-07-18 《Deno v1.11.3 Manual》
    Building from source Cloning the Repository Prerequisites Building Deno Building Building from source Below are instructions on how to build Deno from source. If you just w...