-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
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/files
We would love to get off of our fork and have this ability upstreamed. Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels