Juniper Tyree

Results 68 issues of Juniper Tyree

First of all, thank you for your work on this amazing crate - I really hope it becomes a standard API to write runtime-independent code running WASM components :) I...

enhancement

I have a resource that is implemented on the host via the `bindgen` macro. In some of its methods, it needs to call back into the guest. When implementing the...

Codecs sometimes need to save metadata that is not part of their config and not part of the array shape/type. For instance, a standardisation codec would need to save the...

Thank you for working on this package - it has been invaluable in my research work! I have been working on some Rust bindings for numcodecs (https://github.com/juntyr/numcodecs-rs) which have just...

### Problem Sometimes when starting a fresh kernel, it fails to start, e.g. because there is a network error in fetching the packages that the Pyodide kernel fetches on startup....

enhancement

### Is your feature request related to a problem? Please describe. I haven't yet found a good way to open large (exceeds RAM) remote (not on my local file system)...

enhancement

Thank you for this useful crate! I'm trying to use comptime in a crate that's being compiled for the wasm32-wasi target. Since a wasm file is not runnable (and has...

Thank you for this useful crate! I was trying to put comptime inside a macro_rules declarative macro in crate A, which uses $crate to refers to public exports in A....

Tracking issue: https://github.com/rust-lang/compiler-team/issues/799 This is blocked on amending the notification group section so that the instructions links point somewhere: https://github.com/rust-lang/rustc-dev-guide/pull/2100

S-waiting-on-review
A-meta

I've recently been down a rabbit hole to improve error reporting across Python and Rust with preserved causality chains and just published the first version of my new https://github.com/juntyr/pyo3-error crate....