Programming WebAssembly with Rust
暫譯: 使用 Rust 編程 WebAssembly

Kevin Hoffman

  • 出版商: Pragmatic Bookshelf
  • 出版日期: 2019-04-30
  • 定價: $1,600
  • 售價: 8.8$1,408
  • 語言: 英文
  • 頁數: 240
  • 裝訂: Paperback
  • ISBN: 1680506366
  • ISBN-13: 9781680506365
  • 相關分類: Rust 語言WebAssembly
  • 立即出貨 (庫存 < 4)

買這商品的人也買了...

相關主題

商品描述

WebAssembly fulfills the long-awaited promise of web technologies: fast code, type-safe at compile time, execution in the browser, on embedded devices, or anywhere else. Rust delivers the power of C in a language that strictly enforces type safety. Combine both languages and you can write for the web like never before! Learn how to integrate with JavaScript, run code on platforms other than the browser, and take a step into IoT. Discover the easy way to build cross-platform applications without sacrificing power, and change the way you write code for the web.

WebAssembly is more than just a revolutionary new technology. It's reshaping how we build applications for the web and beyond. Where technologies like ActiveX and Flash have failed, you can now write code in whatever language you prefer and compile to WebAssembly for fast, type-safe code that runs in the browser, on mobile devices, embedded devices, and more. Combining WebAssembly's portable, high-performance modules with Rust's safety and power is a perfect development combination.

Learn how WebAssembly's stack machine architecture works, install low-level wasm tools, and discover the dark art of writing raw wast code. Build on that foundation and learn how to compile WebAssembly modules from Rust by implementing the logic for a checkers game. Create wasm modules in Rust to interoperate with JavaScript in many compelling ways. Apply your new skills to the world of non-web hosts, and create everything from an app running on a Raspberry Pi that controls a lighting system, to a fully-functioning online multiplayer game engine where developers upload their own arena-bound WebAssembly combat modules.

Get started with WebAssembly today, and change the way you think about the web.

What You Need:

You'll need a Linux, Mac, or Windows workstation with an Internet connection. You'll need an up-to-date web browser that supports WebAssembly. To work with the sample code, you can use your favorite text editor or IDE. The book will guide you through installing the Rust and WebAssembly tools needed for each chapter.

商品描述(中文翻譯)

WebAssembly 實現了網頁技術長久以來的承諾:快速的程式碼、編譯時的類型安全、在瀏覽器、嵌入式設備或其他任何地方執行。Rust 提供了 C 語言的強大功能,並在一種嚴格執行類型安全的語言中實現。結合這兩種語言,您可以以前所未有的方式為網頁編寫程式碼!學習如何與 JavaScript 整合,在瀏覽器以外的平台上運行程式碼,並邁向物聯網 (IoT)。發現構建跨平台應用程式的簡單方法,而不犧牲性能,改變您為網頁編寫程式碼的方式。

WebAssembly 不僅僅是一項革命性的新技術。它正在重塑我們為網頁及其他平台構建應用程式的方式。在 ActiveX 和 Flash 等技術失敗的地方,您現在可以使用任何您喜歡的語言編寫程式碼,並編譯為 WebAssembly,以便在瀏覽器、移動設備、嵌入式設備等上運行快速且類型安全的程式碼。將 WebAssembly 的可攜帶性、高性能模組與 Rust 的安全性和強大功能結合起來,是一個完美的開發組合。

學習 WebAssembly 的堆疊機構如何運作,安裝低階的 wasm 工具,並發現編寫原始 wast 程式碼的黑暗藝術。在此基礎上,學習如何從 Rust 編譯 WebAssembly 模組,通過實現跳棋遊戲的邏輯來進行。創建 Rust 中的 wasm 模組,以多種引人入勝的方式與 JavaScript 互操作。將您的新技能應用於非網頁主機的世界,創建從運行在 Raspberry Pi 上控制照明系統的應用程式,到完全運作的在線多人遊戲引擎,開發者可以上傳自己的 WebAssembly 戰鬥模組。

今天就開始使用 WebAssembly,改變您對網頁的思考方式。

您需要的條件:

您需要一台具有網際網路連接的 Linux、Mac 或 Windows 工作站。您需要一個支持 WebAssembly 的最新網頁瀏覽器。要使用範例程式碼,您可以使用您喜歡的文本編輯器或 IDE。本書將指導您安裝每一章所需的 Rust 和 WebAssembly 工具。