Go to file
2024-12-19 20:56:16 +08:00
src modify translate window 2024-12-19 20:56:16 +08:00
Thirdparty modify translate window 2024-12-19 20:56:16 +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