Robin Quint
Robin Quint
Thought so too, latest winit should be enough.
Hey, I must admit I haven't done much on this lately, although I plan to continue working on this soon.
I noticed that the semver check currently checks against v0.9.0, which probably should not be the case right? That means we would need to bump the Cargo.toml version to the...
That sounds very promising :) Since there is no big pressure to introduce this, we might just want to wait for the action to be released. Since you mentioned opening...
This problem should now finally be fixed by #774. Closing this one.
Hey, I am currently trying to implement a rust backend for ImGui. Properly handling DpiScale seems to be a huge challenge for me and I could not find a better...
I am thinking about implementing the WASI systemcalls as optional intrinsics, so that a wasi environment is not needed when running the generated module.
I just added the environment variable flag "WASM_BINDGEN_EMULATE_WASI" that introduces many WASI systemcalls as intrinsics. While not all syscalls are implemented yet, the tests run fine on wasm32-wasi without any...
> What is the exact use-case of `wasm-bindgen` for WASI? As far as I understood #1841, it was for things like using the interface proposal, but that never came into...
> The wasi-abi flag this PR introduces. Why not make it the default? The problem I see with this is that this ABI is currently completely incompatible with any wasm...