Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 684 Bytes

File metadata and controls

38 lines (27 loc) · 684 Bytes

Python practice

Projects

Project Description
Simple App Simple API written by Sanic
Blockchain Blockchain practice
tutorial My study
game I try to implement caro game

Convert to wasm

Step 1:
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
Step 2:
./emsdk install latest
./emsdk activate latest
Step 3:
source ./emsdk_env.sh
Step 4:
emcc -v