munrocket

Results 145 comments of munrocket

WASM already in JS VM except Hermes https://github.com/facebook/hermes/issues/429 If someone will port compute.toys to JS we probably will switch to JavaScript, because wgpu not support some experimental web-sys features https://github.com/gfx-rs/wgpu/issues/5685

Thank you for your work 🙏 JS/C++ is easier to support, because people asking for WebGPU experimental features and Slang. Sorry for 🦀 but it is safe.

Nice, now @wcandillon can make official iOS application for us 🚀 For now it fully compatible and without wasm and exp. features.

Maybe this approach will give some estimate ```js p1 = encoder.beginRenderPass({ timestampWrites: ... }); p1... p1.end(); encoder.copyBufferToBuffer(someBuffer); p2 = encoder.beginRenderPass({ timestampWrites: ... }); p2... p2.end(); copy_and_p2_binding_time = p2.begin - p1.end;...

If you using stable flutter you need to make patch by yourself ```sh git checkout `stable` git cherry-pick -n `PR` git diff --cached > flutter.patch ``` Store it in your...

> Here's a little repo showing what GitHub would make of `.as`. Can also be forked to see what needs to be done to make everything work both on the...

@dcodeIO by the way, I can't compile your repo. I am compile this AngelScript somehow like that :D ```bash cd wasm && mv main.as f.ts && asc f.ts -b main.wasm...

This is because DOH (DNS over HTTPS) not working properly with SpoofDPI. You can try to turn it on manually in Chrome. **_Settings > Privacy and Security > Use secure...

Incredible demo!