cwoffenden / hello-webgpu

Cross-platform C++ example for WebGPU and Dawn
272 stars 36 forks source link

Optimize code size #3

Closed juj closed 4 years ago

juj commented 4 years ago

Shrinks extra Emscripten fluff from page build output.

This PR will only work once https://github.com/emscripten-core/emscripten/pull/11361 lands, so may want to wait until that lands.

cwoffenden commented 4 years ago

Thanks - I'll take a look once the Emscripten PR lands.