Skip to content

KIWI-ST/wtwr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published