Go to file
2024-12-16 21:34:53 +08:00
src modify cef 2024-12-16 21:34:53 +08:00
Thirdparty modify cef 2024-12-11 21:28:23 +08:00
.gitignore add first code 2024-11-28 01:13:57 +08:00
CMakeLists.txt add modify human 2024-12-14 16:24:03 +08:00
README.md add cef library 2024-12-09 19:56:03 +08:00

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