• Complain

Brian Sletten - WebAssembly: The Definitive Guide: Safe, Fast, and Portable Code

Here you can read online Brian Sletten - WebAssembly: The Definitive Guide: Safe, Fast, and Portable Code full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: OReilly Media, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Brian Sletten WebAssembly: The Definitive Guide: Safe, Fast, and Portable Code
  • Book:
    WebAssembly: The Definitive Guide: Safe, Fast, and Portable Code
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2021
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

WebAssembly: The Definitive Guide: Safe, Fast, and Portable Code: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "WebAssembly: The Definitive Guide: Safe, Fast, and Portable Code" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

WebAssembly: The Definitive Guide is a thorough and accessible introduction to one of the most transformative technologies hitting our industry. What started as a way to use languages other than JavaScript in the browser has evolved into a comprehensive path toward portability, performance, increased security, and greater code reuse across an impressive collection of deployment targets.

Author Brian Sletten introduces elements of this technology incrementally while building to several concrete, code-driven examples of practical, cutting-edge WebAssembly uses. Whether you work with enterprise software or embedded systems, or in entertainment, scientific computing, or startup environments, youll learn how WebAssembly can have a positive impact on the way you develop software.

  • Use WebAssembly to increase code portability across platforms
  • Reuse more of your software assets in a wider number of deployment targets
  • Learn how WebAssembly increases protection against prominent security attacks
  • Use WebAssembly to deploy legacy code in web environments
  • Increase your user base across languages and development environments
  • Integrate JavaScript code with other languages and environments to improve performance, security, and productivity
  • Learn how WebAssembly will affect your career as software developer

Brian Sletten: author's other books


Who wrote WebAssembly: The Definitive Guide: Safe, Fast, and Portable Code? Find out the surname, the name of the author of the book and a list of all author's works by series.

WebAssembly: The Definitive Guide: Safe, Fast, and Portable Code — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "WebAssembly: The Definitive Guide: Safe, Fast, and Portable Code" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
WebAssembly The Definitive Guide by Brian Sletten Copyright 2022 Bosatsu - photo 1
WebAssembly: The Definitive Guide

by Brian Sletten

Copyright 2022 Bosatsu Consulting, Inc. All rights reserved.

Printed in the United States of America.

Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://oreilly.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Acquisitions Editor: Suzanne McQuade
  • Development Editor: Angela Rufino
  • Production Editor: Kate Galloway
  • Copyeditor: Piper Editorial Consulting, LLC
  • Proofreader: JM Olejarz
  • Indexer: nSight, Inc.
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Kate Dullea
  • December 2021: First Edition
Revision History for the First Edition
  • 2021-12-01: First Release

See http://oreilly.com/catalog/errata.csp?isbn=9781492089841 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. WebAssembly: The Definitive Guide, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

The views expressed in this work are those of the author, and do not represent the publishers views. While the publisher and the author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

978-1-492-08984-1

[LSI]

Dedication

This book was born on a mountain of privilege during a period when manypeople didnt have the luxury of working from home. It is thereforededicated to the frontline and essential workers who kept the lightson during a dark time.

Preface

I believe WebAssembly is an ascendant technology that has thepotential to transform the entire software development industry in oneform or another. I do not believe WebAssembly is going to betransformative because I am writing a book on the topic. Im writinga book on it because I believe it will be transformative.

Presumably you are interested in the technology as well. The problemis, I think I have less of an idea of who you are as a reader thanmany authors do. If this were a book about a particular programminglanguage or a specific topic, there would be a self-selecting aspectto the audience and I could proceed apace. But WebAssembly is a muchlarger topic than most people realize, and I am trying to paint a verylarge picture with this book. Most of the other books that have beenpublished have focused on a single aspect of it, and I can understandwhy.

Some of you might think WebAssembly is a technology for killing JavaScript. Itisnt. Some of you may think it is about bringing applications to thebrowser. It is that, but it is also so much more. It is useful on theserver side, in the video game world, as a plug-in mechanism, insupport of serverless functions and edge computing, in embeddedsystems, for the blockchain, and in many other topics we will investigatetogether. This is the first attempt I know of to be this comprehensivewith the topic, and I felt it was important to tell this morecomplete version.

In the lead-up to the publication of this book, I have mostly gottenpositive support and excitement from people I have spoken to about theproject. One limited form of pushback I have gotten is with respect tothe title. Some folks felt it was premature to have The DefinitiveGuide for this new of a technology. That is a fair position to take,but because I am trying to describe an extremely big and encompassingtechnical landscape, I thought it was reasonable. I hope by the end ofthe book you agree.

All I ask is that you have an open mind and a bit ofpatience. WebAssembly touches a lot of languages, runtimes, andoperational environments. In addition to teaching you about thelow-level details, we will look at integrations with the dominantprogramming languages in this space and several different use cases. Ihave tried not to make too many assumptions about your background, so Ihave heavily annotated the text with breadcrumbs for furtherexploration and discovery via footnotes. If you are a more advanceddeveloper just seeking details about WebAssembly, feel free to ignorethese and dont take offense. I expect a rather wide audience will beat least perusing this book, and I want them to feel welcome, too.

If you are on the junior side development-wise, this will be achallenging book. But I have tried to make it possible for you to atleast see what is going on. Consider the various links and referencesas a personal guide into a more sophisticated developmentreality. Dont get overwhelmed, just tackle things one at a time inwhatever order interests you or makes sense. There is no single wayinto this industry, and however you get there is legitimate.

At the end of the day, WebAssembly is going to allow us to basicallychoose our programming languages and run them securely in just aboutany computational surface area. We have been promised this before, butI think this time it is more likely to come to fruition. Thank you forgiving me the opportunity to explain why.

Conventions Used in This Book

The following typographical conventions are used in this book:

Italic

Indicates new terms, URLs, email addresses, filenames, and file extensions.

Constant width

Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords.

Constant width bold

Shows commands or other text that should be typed literally by the user.

Constant width italic

Shows text that should be replaced with user-supplied values or by values determined by context.

This element signifies a tip or suggestion.

This element signifies a general note.

Using Code Examples

Supplemental material (code examples, exercises, etc.) is available for download at https://github.com/bsletten/wasm_tdg.

If you have a technical question or a problem using the code examples, please send email to .

This book is here to help you get your job done. In general, if example code is offered with this book, you may use it in your programs and documentation. You do not need to contact us for permission unless youre reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing examples from OReilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your products documentation does require permission .

We appreciate, but generally do not require, attribution. An attribution usually includes the title, author, publisher, and ISBN. For example:

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «WebAssembly: The Definitive Guide: Safe, Fast, and Portable Code»

Look at similar books to WebAssembly: The Definitive Guide: Safe, Fast, and Portable Code. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «WebAssembly: The Definitive Guide: Safe, Fast, and Portable Code»

Discussion, reviews of the book WebAssembly: The Definitive Guide: Safe, Fast, and Portable Code and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.