Ilya Baryshnikov
Ilya Baryshnikov
Hi @Enet4! Thank you for creating such an awesome library! I have a specific use case: loading big `.dcm` files (over 500Mb) in browser. At the moment most of the...
There's a ljpeg decoder here, but it's not exposed and not used in any way yet https://github.com/pedrocr/rawloader/blob/master/src/decoders/mod.rs#L73 Is it possible to make it public? This decoder is unique because at...
Reopening of https://github.com/CraneStation/wasi-common/pull/139 It's an attempt to implement two first networking methods: - `sock_socket`, which creates a file descriptor and stores some information like domain, type, protocol - `sock_connect`, which...
Initial declarations added for sock_socket and sock_connect. They're required in order to run code in wasi-misc-tests
I've just noticed there's https://crates.io/crates/alt_serde_derive which points to the same repo as https://crates.io/crates/serde_derive It pops up in autocomplete  Any information about this package? Is it secure?
`cargo wasi run -- --dir=.` currently fails, but it's pretty close to working. I found out that after removing `arg("--")` the above command succeeds. Is it here intentionally? https://github.com/bytecodealliance/cargo-wasi/blob/8d1ed3165b2671e9fa791e4e24bcdd5cbf955cf8/src/lib.rs#L180-L183
This pr adds the ability to pass arguments to runtime using `--runtime-args` flag. At the moment I made a naive implementation of `split_args` function to separate arguments intended for binary...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...
- removed memmap usage from `contribute`, `new_challenge` and `transform_pok_and_correctness` functions of phase1-cli - updated the usage in setup1-contributor and setup1-verifier - removed `panic-control` dependency from contributor. I'd like to propose...