Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chai2010/emscripten-talk

Emscripten简介
https://github.com/chai2010/emscripten-talk

book emscripten wasm webassembly

Last synced: 3 months ago
JSON representation

Emscripten简介

Awesome Lists containing this project

README

        

# Emscripten 简介

- *凹语言™: https://github.com/wa-lang/wa*

----

- https://chai2010.cn/emscripten-talk/
- https://github.com/chai2010/awesome-wasm-zh

[![](screenshot.png)](https://chai2010.cn/emscripten-talk)

## 面向WebAssembly编程 - 2020 开源图书,已出版

WebAssembly是新一代的Web虚拟机标准,C/C++程序可以通过Emscripten工具链编译为WebAssembly二进制格式.wasm,进而导入网页中供JavaScript调用——这意味着使用C/C++编写的程序将可以直接运行在网页中。本书从Emscripten基本使用开始介绍了C/C++开发WebAssembly模块的方法;并且以作者在实际工程项目中获取的一手经验为基础,提出了一些一般性的设计原则和技术框架。

![](https://chai2010.cn/images/book-wasm-02.jpg)

- 作者:丁尔男,Github @3dgen
- 作者:柴树杉,Github @chai2010,Twitter @chaishushan
- 网址:https://github.com/3dgen/cppwasm-book