- Learn WebAssembly
- Mike Rourke
- 142字
- 2021-08-13 15:38:46
The road to WebAssembly
Web development has had an interesting history, to say the least. Several (failed) attempts have been made to expand the platform to support different languages. Clunky solutions such as plugins failed to stand the test of time, and limiting a user to a single browser is a recipe for disaster.
WebAssembly was developed as an elegant solution to a problem that has existed since browsers were first able to execute code: If you want to develop for the web, you have to use JavaScript. Fortunately, using JavaScript doesn't have the same negative connotations it had back in the early 2000s, but it continues to have certain limitations as a programming language. In this section, we're going to discuss the technologies that led to WebAssembly to get a better grasp of why this new technology is needed.
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- OpenStack Cloud Computing Cookbook(Third Edition)
- PHP程序設(shè)計(jì)(慕課版)
- PyQt從入門到精通
- VMware vSphere 6.7虛擬化架構(gòu)實(shí)戰(zhàn)指南
- Hands-On Swift 5 Microservices Development
- Android系統(tǒng)級(jí)深入開發(fā)
- 微服務(wù)架構(gòu)深度解析:原理、實(shí)踐與進(jìn)階
- Spring Boot+Vue全棧開發(fā)實(shí)戰(zhàn)
- Mastering Elasticsearch(Second Edition)
- Natural Language Processing with Python Quick Start Guide
- AI自動(dòng)化測(cè)試:技術(shù)原理、平臺(tái)搭建與工程實(shí)踐
- Solr權(quán)威指南(下卷)
- Python無(wú)監(jiān)督學(xué)習(xí)
- 自己動(dòng)手構(gòu)建編程語(yǔ)言:如何設(shè)計(jì)編譯器、解釋器和DSL