U2RE.dev

Results 11 comments of U2RE.dev

SPIRV-Cross idea suggested for backward compatibility with other API (if possible), in my use case SPIR-V I could to use in Vulkan API 1.1 backend only.

I planned to add support from Vulkan API side (unofficial). About DXR, need deep consideration.

@oscarbg don't forget about DXR fallback layers, they still updating this layer daily. DXR have two things: API itself and fallback layer for unsupported devices.

Wait some week, I try to find time for make and give reproducable case.

I just needs to make support of some web-components in runtime, such as `` files in `.pug` format, with embedded compiled SCSS (but prefer compiled into (bit indirectly) blob (in...

I sometimes thought that `` is still for the `` tag, and is more intended for global styles, while `` still implies `scoped` (attribute) ie within the web component.

About get working, I did it in separate code (re-wrap). I.e. re-created that function.

Issue still exists, I unable to enforce optional dynamic import.

When needs transfer v128 SIMD value between wasm modules, they can't share memory between of them. I mean, when getting pointer value, doesn't means memory itself. So needs specific data-type...

Same issues with Service Worker... not able to ignore such patters, even despite of `!service.mjs` or `!(service).mjs`.