Git Product home page Git Product logo

book-diso-webassembly's Introduction

Book-DISO-WebAssembly

This repository is a knowledge base for the book 《深入浅出 WebAssembly》.

Thanks for everybody who provided your correction about the book!

Corrigendum

  1. [第5页] 倒数第3行,参数 “-fast-math” -> “-ffast-math”@xuanhun
  2. [第23页] 本页后半部分,短语 “lzay parsing” -> “lazy parsing”@manateelazycat
  3. [第41页] 图1-16下方,第二句短语 “Unread Engine3” -> “Unreal Engine3”@woclass
  4. [第80页] 本页开头,词语 “负责” -> “复杂”@nullptru
  5. [第100页] 本页开头,语句 “WebAssembly.Instance” -> “new WebAssembly.Instance”@nullptru
  6. [第103页] 本页开头,语句 “WebAssembly.instantiateStreaming” -> “WebAssembly.compileStreaming”@nullptru
  7. [第127页] Shunting-yard 算法规则:

这里由于作者理解错误,所以在算法规则的介绍上有些问题。首先“+”运算符是具有”全结合性“的,相反”-“运算符并不具有全结合性。但其两者却均具有左结合性,即按照顺序从左至右对表达式进行求值即可求得正确的终值。而 Shunting-yard 算法在进行栈顶运算符判断时的第二条规则便是根据运算符的”左结合性“来判断的,而不是书中作者写的”全结合性“。同样书中后面给出的例子中所提到的全结合性其实也是由于运算符的左结合性。感谢读者的给力反馈! @nullptru

  1. [第135页] 本页多处,单词 “lable” -> “label”@zxh
  2. [第136页] 本页开头,语句 “do...while” -> “while”@nullptru

book-diso-webassembly's People

Contributors

becavalier avatar inkydragon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.