RenderKit / oidn

Intel® Open Image Denoise library
https://www.openimagedenoise.org/
Apache License 2.0
1.74k stars 160 forks source link

wasm compilation? #129

Closed fraguada closed 2 years ago

fraguada commented 2 years ago

Would it be technically possible to have WebAssembly as a compilation target for this project?

atafra commented 2 years ago

I think it's unlikely because of the complexity of the code (e.g. JIT compilation), and the performance might be quite bad too but I'm not familiar enough with wasm to give a definitive answer. What I can say for sure is that it's not on our roadmap.