Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 678 Bytes

README.md

File metadata and controls

34 lines (31 loc) · 678 Bytes

wasm tint wgsl reflect (wtwr) lib

emscripten_with_cmake

add submodule / dependencies

git submodule add -b main https://dawn.googlesource.com/tint third_party/tint

build

init

  • init submodule
git submodule update --init --recursive

check tint branch

cd third_party/tint
git branch
// git checkout main
// git pull

emscripten make project

emcmake /Applications/CMake331.app/Contents/bin/cmake -B build -S.
/Applications/CMake331.app/Contents/bin/cmake --build build -j8 

default cmake

emcmake cmake -B build -S.
cmake --build build