oligami

Results 45 comments of 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 ![image](https://github.com/user-attachments/assets/18d5d82b-0d2c-4715-b091-26a155f1da0b) ![image](https://github.com/user-attachments/assets/ce5f0eb3-29b6-42a9-9509-d702b75cdf00)

I try running wasm-ld using https://github.com/YoWASP/clang

Have you reached the level of availability yet?

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!