Programming WebAssembly with Rust : unified development for web, mobile, and embedded applications

Book Cover
Average Rating
Published
Raleigh : The Pragmatic Bookshelf, 2019.
Status
Available Online

Description

Loading Description...

More Details

Format
Language
English
ISBN
9781680506860, 1680506862

Notes

Description
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.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Hoffman, K. (2019). Programming WebAssembly with Rust: unified development for web, mobile, and embedded applications . The Pragmatic Bookshelf.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Hoffman, Kevin, 1975-. 2019. Programming WebAssembly With Rust: Unified Development for Web, Mobile, and Embedded Applications. Raleigh: The Pragmatic Bookshelf.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Hoffman, Kevin, 1975-. Programming WebAssembly With Rust: Unified Development for Web, Mobile, and Embedded Applications Raleigh: The Pragmatic Bookshelf, 2019.

Harvard Citation (style guide)

Hoffman, K. (2019). Programming webassembly with rust: unified development for web, mobile, and embedded applications. Raleigh: The Pragmatic Bookshelf.

MLA Citation, 9th Edition (style guide)

Hoffman, Kevin. Programming WebAssembly With Rust: Unified Development for Web, Mobile, and Embedded Applications The Pragmatic Bookshelf, 2019.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
2e07655d-1239-6cea-8b73-fa3bed46a0a7-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work ID2e07655d-1239-6cea-8b73-fa3bed46a0a7-eng
Full titleprogramming webassembly with rust unified development for web mobile and embedded applications
Authorhoffman kevin
Grouping Categorybook
Last Update2024-12-17 08:30:41AM
Last Indexed2024-12-17 08:33:13AM

Book Cover Information

Image SourcecontentCafe
First LoadedDec 13, 2023
Last UsedJan 4, 2025

Marc Record

First DetectedMar 21, 2023 12:10:47 PM
Last File Modification TimeDec 17, 2024 08:09:09 AM
SuppressedRecord had no items

MARC Record

LEADER04144cam a2200445 i 4500
001on1100419280
003OCoLC
00520241217080656.0
006m     o  d        
007cr cnu---unuuu
008190507s2019    ncu     o     000 0 eng d
020 |a 9781680506860|q (electronic bk.)
020 |a 1680506862|q (electronic bk.)
035 |a (OCoLC)1100419280
040 |a N$T|b eng|e rda|e pn|c N$T|d N$T|d OCLCF|d UKAHL|d OCLCO|d DST|d OCLCQ|d OCLCO|d OCLCQ|d OCLCO|d OCLCL|d YDX
049 |a MAIN
050 4|a TK5105.888
072 7|a COM|x 000000|2 bisacsh
08204|a 006.7|2 23
1001 |a Hoffman, Kevin,|d 1975-|e author.|1 https://id.oclc.org/worldcat/entity/E39PCjqQ7ByctYrVmhQvkP8jYP|9 279702
24510|a Programming WebAssembly with Rust :|b unified development for web, mobile, and embedded applications /|c Kevin Hoffman.
264 1|a Raleigh :|b The Pragmatic Bookshelf,|c 2019.
300 |a 1 online resource (1 volume)
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
520 |a 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.
5880 |a Print version record.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a Web site development.|9 72879
650 0|a Rust (Computer program language)|9 418086
758 |i has work:|a Programming WebAssembly with Rust (Text)|1 https://id.oclc.org/worldcat/entity/E39PCGVcD8mCwWgwRkRbj7wRVd|4 https://id.oclc.org/worldcat/ontology/hasWork
77608|i Print version:|a Hoffman, Kevin, 1975-|t Programming WebAssembly with Rust.|d Raleigh : The Pragmatic Bookshelf, 2019|z 9781680506365|w (OCoLC)1099342111
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781680506846/?ar|x O'Reilly|z eBook
938 |a YBP Library Services|b YANK|n 21232014
938 |a Askews and Holts Library Services|b ASKH|n AH41852662
938 |a Askews and Holts Library Services|b ASKH|n AH36232198
938 |a EBSCOhost|b EBSC|n 2117895
994 |a 92|b VIA
999 |c 288375|d 288375