All Projects → Becavalier → Book Diso Webassembly

Becavalier / Book Diso Webassembly

Licence: mit
A book related repository which name is 《深入浅出 WebAssembly》

Projects that are alternatives of or similar to Book Diso Webassembly

Learngo
Community sourced book for experienced developers coming to Go
Stars: ✭ 39 (-20.41%)
Mutual labels:  book
Uno.ch9
Ch9 - Uno Reference Implementation project
Stars: ✭ 45 (-8.16%)
Mutual labels:  webassembly
Heap Exploitation
This book on heap exploitation is a guide to understanding the internals of glibc's heap and various attacks possible on the heap structure.
Stars: ✭ 1,043 (+2028.57%)
Mutual labels:  book
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-14.29%)
Mutual labels:  book
Tank island
Top down 2D shooter game that involves blowing up tanks
Stars: ✭ 42 (-14.29%)
Mutual labels:  book
Dart Book
Dart语言实战-基于Flutter框架开发-第二版 随书源码
Stars: ✭ 45 (-8.16%)
Mutual labels:  book
Wasm Dev Book
Rust を用いた WebAssembly の開発環境を構築する手法を紹介する本.
Stars: ✭ 36 (-26.53%)
Mutual labels:  webassembly
Hidamari
Modern operating system aimed at running WebAssembly code.
Stars: ✭ 49 (+0%)
Mutual labels:  webassembly
Cargo Web
A Cargo subcommand for the client-side Web
Stars: ✭ 1,026 (+1993.88%)
Mutual labels:  webassembly
Waflash
A WebAssembly ActionScript 3.0 Flash player built with Emscripten
Stars: ✭ 46 (-6.12%)
Mutual labels:  webassembly
Rustwasm Addon
🦀 + 🕸 + 🦊 // A web-extension to reverse a string. Yep.
Stars: ✭ 41 (-16.33%)
Mutual labels:  webassembly
Tinygo
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
Stars: ✭ 9,068 (+18406.12%)
Mutual labels:  webassembly
Gdscript Online
Try out GDScript without installing Godot
Stars: ✭ 46 (-6.12%)
Mutual labels:  webassembly
Json2excel
Generate excel file from json data
Stars: ✭ 40 (-18.37%)
Mutual labels:  webassembly
Binaryen Rs
Binaryen bindings for Rust.
Stars: ✭ 48 (-2.04%)
Mutual labels:  webassembly
Holisticinfosec For Webdevelopers Fascicle0
📚 Overview 🔒 Tooling 🔒 Process 🔒 Physical 🔒 People 📚
Stars: ✭ 37 (-24.49%)
Mutual labels:  book
1line Py
Enseñando pensamiento computacional a partir de python one-liners
Stars: ✭ 45 (-8.16%)
Mutual labels:  book
Asm Dom Boilerplate
A simple boilerplate to start using asm-dom without configuration.
Stars: ✭ 49 (+0%)
Mutual labels:  webassembly
Apache Spark Internals
The Internals of Apache Spark
Stars: ✭ 1,045 (+2032.65%)
Mutual labels:  book
Machine learning bookshelf
机器学习深度学习相关书籍、课件、代码的仓库。 Machine learning is the warehouse of books, courseware and codes.
Stars: ✭ 46 (-6.12%)
Mutual labels:  book

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].