- Learn WebAssembly
- Mike Rourke
- 67字
- 2021-08-13 15:38:50
Emscripten's role
Emscripten is an LLVM-to-JavaScript compiler, which means it takes LLVM bitcode output of a compiler such as Clang (for C and C++), and converts that to JavaScript. It isn't one specific technology, but rather a combination of technologies that work together to build, compile, and run asm.js. To generate Wasm modules, we'll use the Emscripten SDK (EMSDK) Manager:
Wasm module generation with the EMSDK
推薦閱讀
- VMware vSphere 6.7虛擬化架構實戰指南
- Extreme C
- 深入淺出Go語言編程
- Java EE Web應用開發基礎
- Docker:容器與容器云(第2版)
- 零基礎學Java第2版
- Android嵌入式系統程序開發(基于Cortex-A8)
- Learn C Programming
- 數據庫基礎與應用實驗教程:Visual FoxPro 6.0
- R Data Visualization Cookbook
- R語言編程:基于tidyverse
- 新手學Visual C
- 數據結構:C語言描述(融媒體版)
- Service Worker Development Cookbook
- Meteor Design Patterns