书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 4552 个相关结果.
  • 8.5. Source walkthrough

    595 2020-01-06 《C2Rust Manual》
    C2Rust Source Walkthrough Project crate structure c2rust c2rust-ast-builder c2rust-ast-exporter c2rust-transpile c2rust-refactor cross-checks Crate Walkthrough: c2rust-ast-b...
  • 字符串类

    1476 2018-02-06 《RustPrimer 中文版》
    String str String 索引访问 字符串切片 String 这章我们来着重介绍一下字符串。 刚刚学习Rust的同学可能会被Rust的字符串搞混掉,比如str ,String , OsStr , CStr ,CString 等等……事实上,如果你不做FFI的话,常用的字符串类型就只有前两种。我们就来着重研究一下Rust的前两种字符...
  • WebAssembly 支持

    WebAssembly support WebAssembly support for emscripten for wasm32-unknown-unknown Rust 已经有了对 WebAssembly 的支持,这意味着你可以在浏览器客户端中运行 Rust 代码。 在 Rust 1.14 中,我们通过 emscripten 获...
  • 3.2.10. Node.js compatibility

    Node.js support The JavaScript modules The Rust internal modules Node.js support Although WasmEdge QuickJS already supports JavaScript ES6 and CJS modules, many existing ap...
  • Getting Started

    Getting Started Installing Rust Install WebAssembly target Install Trunk Other options Next steps Getting Started You will need a couple of tools to compile, build, package...
  • 9. Interoperability

    Interoperability Interoperability with other build systems Interoperability with RTOSs Interoperability Interoperability between Rust and C code is always dependenton transfo...
  • 33.2.2. Library

    Rust Libraries Rust Libraries You use rust_library to create a new Rust library for Android. Here we declare a dependency on two libraries: libgreeting , which we define be...
  • 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...
  • 3. Quickstart

    1013 2020-01-06 《C2Rust Manual》
    Translating C to Rust Generating compile_commands.json files … with cmake … with intercept-build … with bear (linux only) Translating C to Rust To translate C files specifi...