bstrie

Results 115 comments of bstrie

After reaching out to some of the people involved in improving Python on WASM, they pointed me to two high-priority issues: 1. https://github.com/bytecodealliance/wasmtime/issues/3936 2. https://github.com/bytecodealliance/wasmtime/issues/4669 The first already has a...

For the benefit of future readers, this PR is an experiment to see whether or not it is onerous to use the (stable) `global_asm!` macro as a replacement for the...

Marking this as a draft to make sure it doesn't get merged before Nathaniel has a chance to look at it.

The first step here is to support signing packages when they're published to drawbridge. To make it convenient we intend to automatically generate a keypair if one doesn't already exist...

UX workflow for generating signing keys for publishing to drawbridge: * Before publishing, a user will need to register their username as usual, via `enarx user register`. As a part...

@acfoltzer Thanks for the PR! (I just submitted a separate PR for the clippy stuff, let's not worry about that now.) Can you add test cases for both deserialize_str and...

Have you also seen https://github.com/enarx/ciborium/pull/43 ? It appears to be trying to solve the same problem (although it never got beyond the draft stage), and does take into account the...

@acfoltzer If no_std support is already broken then I'm fine accepting this PR without no_std guards, although I wouldn't want to actually perform a real release until no_std mode is...

I've filed #59 to track the no_std issue.

@acfoltzer It appears that the tests fail in the case of `cargo test --no-default-features`, IOW when the `std` feature isn't enabled. Can you gate them?