gfx-rs / wgpu-native

Native WebGPU implementation based on wgpu-core
Apache License 2.0
865 stars 103 forks source link

For webassembly, Compile failed on versions EMSDK 3.1.56 and later #389

Closed xrui94 closed 4 months ago

xrui94 commented 4 months ago

I'm using emscripten tool chain to build wasm pogram, but my code has compiled failed on emsdk and later. Please check this #issue16 for more details.

eliemichel commented 4 months ago

The issue is related to the webgpu.hpp wrapper, which is not provided by wgpu-native but rather an addition of my own in the WebGPU-distribution. So I think we can close this issue and discuss this in the other one. ;)

xrui94 commented 4 months ago

Ok, you are right.