Xubai Wang
Xubai Wang
I think the hanging problem probably arises from the `http_proxy` variables. I managed to run the `bun install` command through tcp redirection (the [graftcp](https://github.com/hmgle/graftcp) tool) rather than setting proxy variables....
can confirm same experience as FlyingWombat. The IME CPU problem no longer happens after I switched to git `main` build.
This feature is also important for writing WGSL shaders. Is there any PR working on this yet?
Any comment or review there?
It has been a long time since creation of this pull request without any review, so I suppose this feature will not get merged. Here is a **workaround** for other...
@Veetaha Thanks! Your snippet is very inspring. However, I met two further difficulties if using this approach: 1. I'm also deriving `argh::FromArgs` argument parser on the same struct (and perhaps...
Tried #4410 [here](https://github.com/xubaiwang/boa/tree/webgpu). Still now working, waiting for further improvement on boa gc
@nanjizal What do you want to run in the online playground, the haxe source code, or the generated js code you paste?
@nanjizal (disclaimer: not a maintainer of the project) I think only the latter one (generated js) is reasonable, and browser support should be one of the core advantages of boa...
There is also another promising WASM runtime `wamr` written by the bytecode alliance. However it is written in C and does not have a Rust binding yet. I'll look back...