enarx / codex

Code examples that can be compiled to WebAssembly for use with Enarx
Apache License 2.0
22 stars 14 forks source link

Can't compile mio example on recent nightly Rust #16

Open bstrie opened 2 years ago

bstrie commented 2 years ago

This is caused by mio itself failing to compile with recent nightlies. Tracked upstream in https://github.com/rust-lang/rust/issues/99502 .

MikeCamel commented 2 years ago

Please update the README.md files for affected demos.

bstrie commented 2 years ago

I've fixed this in upstream Rust.

rvolosatovs commented 1 year ago

@bstrie can this be closed?