You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update hyper to 1.5.2 enables us to remove "ring" dependency, and enables cross-compilation for various targets that are not supported by ring; this is expected to give us the ability to cross-compile the roc_http crate for aarch64 linux and macOS, and x64 Windows.
But we need to think about the API and how it interacts with roc. We may need a separate Incoming and Outgoing Request and Response type, so splitting the two we currently have to make four. Or maybe we can just trick rust and use the same one on the roc side.
Needs some investigation.
The text was updated successfully, but these errors were encountered:
Update hyper to
1.5.2
enables us to remove "ring" dependency, and enables cross-compilation for various targets that are not supported by ring; this is expected to give us the ability to cross-compile theroc_http
crate for aarch64 linux and macOS, and x64 Windows.This command will update
Cargo.toml
But we need to think about the API and how it interacts with roc. We may need a separate Incoming and Outgoing Request and Response type, so splitting the two we currently have to make four. Or maybe we can just trick rust and use the same one on the roc side.
Needs some investigation.
The text was updated successfully, but these errors were encountered: