oligami
oligami
Winit 3.0.0 `deprecate EventLoop::run, use EventLoop::run_app.` But, /global-hotkey/examples/winit.rs use EventLoop::run.
This is a code I created for my own use as a trial. I have confirmed that it works with egui, and I can retrieve data using `try_recv` for `Vec`....
rustc on LLVM confirmed to work properly  
I try running wasm-ld using https://github.com/YoWASP/clang
Have you reached the level of availability yet?
Does it work?
ok, I'll try it after it's compiled on my server
Report on the result of using wasm-ld Clang exits without any output. It might be caused by https://github.com/bjorn3/browser_wasi_shim/issues/80. When passing a blob pattern to wasm-ld, it directly passes it to...
Using https://github.com/bjorn3/rust/pull/8, I successfully compiled and executed it directly on the web! example: wasi_multi_threads_rustc
I've written quite a lot of comments, but since there are many files and the structure is quite complex, feel free to ask if you have any concerns!