Julien Cretin

Results 163 comments of Julien Cretin

Yes, Wasmtime is much faster because it's compiled. But if we can get a compiler that is small in code size and doesn't use too much RAM, then we take...

1. Indeed, this is too specific to high-end machines and won't work on embedded. 2. Yes, we won't be able to do all tricks done in Wizard (the language they...

Thanks for putting up this list (though you could have made a PR directly)! I'll go through them using the `:` you provided. Note that searching for `Result` is not...

> I assume we would have to get the out-of-bounds-error from [here](https://github.com/google/wasefire/blob/33fe4839e4927cf19cfde86c2b56dd63df65954a/crates/scheduler/src/call/led.rs#L57). Yes, we would need to return an error there instead of a trap. Then the prelude would simply...

I've merge #467 which let's you write `test!("threads", atomic);` or actually `test!(#[ignore] "threads", atomic);` initially.

The changelog test is a bit noisy for a dev branch, let me remove it in #479.

I've resolved the comments, but 2 things you could do in `main` are: - Always enable the mutable globals since we always support them. - Move the FC parsing to...

I hope I understood the problem correctly, in which case a part of the solution would be to do something more like `serial::Listener` than `timer::Timer`. Let me try to give...

No worries. Feel free to close if you don't have follow-up questions.