- Learn WebAssembly
- Mike Rourke
- 87字
- 2021-08-13 15:38:55
Questions
- What kind of data are s-expressions good at representing?
- What are the four language concepts that are shared between the binary and text formats?
- What is one of the use cases for the text format?
- What is the only element type that can be stored in a WebAssembly Table?
- What does the JavaScript engine use to manage execution?
- Which method requires less code to instantiate a module, instantiate() or instantiateStreaming()?
- What error objects are available on the WebAssembly JavaScript object and what event causes each one?
推薦閱讀
- 深入核心的敏捷開發(fā):ThoughtWorks五大關鍵實踐
- DevOps:軟件架構師行動指南
- C++案例趣學
- 從0到1:HTML+CSS快速上手
- Python進階編程:編寫更高效、優(yōu)雅的Python代碼
- OpenCV 4計算機視覺項目實戰(zhàn)(原書第2版)
- Emotional Intelligence for IT Professionals
- Secret Recipes of the Python Ninja
- Xamarin Cross-Platform Development Cookbook
- Get Your Hands Dirty on Clean Architecture
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼
- KnockoutJS Blueprints
- MATLAB從入門到精通
- 陪孩子像搭積木一樣學編程:Python真好玩+Scratch趣味編程(全2冊)
- Delphi Cookbook