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
Our project Kybra runs inside of a strict wasm32-unknown-unknown environment that does not have access to the standard system time. We have our own API available through a crate, ic_cdk::api::time.
Our project Kybra runs inside of a strict wasm32-unknown-unknown environment that does not have access to the standard system time. We have our own API available through a crate,
ic_cdk::api::time
.We need some way to hook up this functionality into RustPython without maintaining a fork of RustPython. You can see what we have to do in
vm/src/stdlib/time.rs
here: https://github.com/demergent-labs/RustPython/pull/1/filesWe would love to get off of our fork and have this ability upstreamed. Thanks!
The text was updated successfully, but these errors were encountered: