Go to file
2024-12-11 21:28:23 +08:00
src modify cef 2024-12-11 21:28:23 +08:00
Thirdparty modify cef 2024-12-11 21:28:23 +08:00
.gitignore
CMakeLists.txt modify cef 2024-12-11 21:28:23 +08:00
README.md

emsdk 构建

$ git clone https://github.com/juj/emsdk.git $ cd emsdk $ ./emsdk install latest $ ./emsdk activate latest

emsdk 简单命令

emcc main.cpp -std=c++11 -s WASM=1 -s USE_SDL=2 -O3 -o index.js

emsdk 构建cmake 工程

emcmake cmake .\CMakeLists.txt -G "Visual Studio 17 2022" -B ./embuild