Closed MikeCamel closed 2 years ago
If this is related to https://github.com/enarx/codex/issues/16, then that should be updated to make it clear that tokio examples are also affected.
Fixed. I was using an non-standard toolchain. Here's the fix:
rustup default
Is there an existing issue for this?
Code of Conduct
Current Behaviour
Follow instructions here: https://enarx.dev/docs/webassembly/rust
rustup target install wasm32-wasi
Attempt to build https://github.com/enarx/codex/tree/main/Rust/tokio-httpExpected Behaviour
Compile should complete with no errors.
Environment Information
Steps To Reproduce
See above.