zzz

Results 95 comments of zzz

> os module maybe can implement by javascript. You can simplify some api as long as the functionality is the same. for example ```javascript //module os import process from 'process'...

I did it https://github.com/WebAssembly/binaryen/pull/4853

Thanks for you issue. Sorry for replying so late. I will add a `feature` to support this. But it need some time (maybe a week).

@Aviii06 Thank you for your PR. Can you implements crypto.Hash? Just support `sha256` is ok now.

@hydai I think there are some bugs in Mac's `poll_oneoff()`

> I will provide a minimum code

@Puellaquae please run `cargo fmt`

@Puellaquae please clean [warning](https://github.com/second-state/wasmedge-quickjs/actions/runs/3210856008/jobs/5248609081#step:9:10).

@Puellaquae Why it run 6h+? https://github.com/second-state/wasmedge-quickjs/actions/runs/3214392892/jobs/5286525322

> @L-jasmine poll fd write will cause a infinite loop in ubuntu, while in WSL1 it won't happen. > > ```rust > fn main() -> Result { > unsafe {...