- Hands-On Data Structures and Algorithms with Rust
- Claus Matzinger
- 159字
- 2021-07-02 14:11:47
Wasm
Wasm, which WebAssembly is now commonly called, is a binary format meant to complement JavaScript that Rust can be compiled to. The format is designed to run as a stack machine inside several sandboxed execution environments (such as web browsers, or the Node.js runtime) for performance-critical applications (https://blog.x5ff.xyz/blog/azure-functions-wasm-rust/). While this is—as of this writing—in its early stages, Rust and the Wasm target have been used in real-time frontend settings (such as browser games), and in 2018 there was a dedicated working group seeking to improve this integration.
Similar to other targets, such as ARM, the Wasm target is an LLVM (the compiler technology Rust is built on) backend so it has to be installed using rustup target add wasm32-unknown-unknown. Furthermore, it isn't necessary to declare the binary layout (the "C" in extern "C") and a different bindgen tool does the rest: wasm-bindgen, available at https://github.com/rustwasm/wasm-bindgen. We highly recommend reading the documentation for more information.
- 數據分析實戰:基于EXCEL和SPSS系列工具的實踐
- 從零開始學Hadoop大數據分析(視頻教學版)
- Creating Mobile Apps with Sencha Touch 2
- 分布式數據庫系統:大數據時代新型數據庫技術(第3版)
- Lean Mobile App Development
- Dependency Injection with AngularJS
- Oracle RAC日記
- PostgreSQL指南:內幕探索
- Hadoop大數據開發案例教程與項目實戰(在線實驗+在線自測)
- 新手學會計(2013-2014實戰升級版)
- 中文版Access 2007實例與操作
- 大數據隱私保護技術與治理機制研究
- 大數據技術體系詳解:原理、架構與實踐
- 數據之美:一本書學會可視化設計
- 大數據計算系統原理、技術與應用