Rob Blanckaert
Rob Blanckaert
> However, the 3D preview doesn't always update after you change the simplification setting in the Advanced Import Settings dialog. It only seems to be consistently updated when you change...
Alright @Calinou , finally figured out whats going on here. The bug fixed in #97837 masked what was going on here, but should be fixed now :).
[miditest.zip](https://github.com/user-attachments/files/17361123/miditest.zip) Here's a small test project. If you push the button, on the default configuration of windows, you should hear a piano sound.
> Sorry I didn't get to this sooner. There wasn't a more complete stack trace, just the one error. It's from an `assert` statement in the alsalib source code, so...
I haven't had time to work on this for a while, but wanted to share my work in progress. I wanted to take the same approach here that godot uses...
I created a PR for the upstream changes here https://github.com/bytecodealliance/wasm-micro-runtime/pull/4639 .
Im working on a solution for that -- https://github.com/basicer/v86/tree/tls
I updated the branch and turned it into a PR. In an alpine VM I can just do: ``` curl http://mitm.it/cert.pem >> /etc/ssl/certs/ca-certificates.crt curl https://google.com ``` None of the current...
I've been testing with emscripten, but targeting wasi-sdk.
The idea is that for applications that use the wasm-c-api, those applications can still run in the browser by embedding WAMR as the wasm runtime, and allowing WARM to be...