Aura Munoz

Results 9 comments of Aura Munoz

I'm also interested in this feature 👀

I was interested in this feature as it can enable usage of libraries such a OpenSubDiv: https://graphics.pixar.com/opensubdiv/docs/osd_shader_interface.html

I'm getting the same issue, the difference is that, if I enable your suggested flag @sbc100 `ERROR_ON_WASM_CHANGES_AFTER_LINK` I get the error: `em++: error: changes to the wasm are required after...

Yes, the whole setup works if I remove `-Wl,--whole-archive -lsdf_context -Wl,--no-whole-archive` . I see the debug files and all the information.

I think it is not a size limit because other combination of libraries with a bigger size seems to work. With that additional library is only 19M for the wasm...

I had to break down the files to be able to attach it. The first one is just the debug.wasm and the second is the rest of the files. I...

@sbc100 any idea what could be the issue?

Hello @spiffmon . The change was in the context of WASM, since it wasn't supported and there was no way to programatically disable it. We might want to close this...

Hello @tcauchois . The PR is complete. It only changes how things are accessed in the shader, basically compacting several ints to a couple of ivec4. I'm attaching the shaders...