Patrick Smith
Patrick Smith
Yes apologies, this is one of the main decisions to be made for the alpha — how to model strings: #7. Currently in Orb it’s a `i32` pointer to a...
Sure, would appreciate any knowledge you can bring! Multiple return values are awesome but the limitation is you can’t store tuples in locals. Orb currently exposes the underlying primitives as-is,...
@mangas In `v0.2.1` `Str` type can now expand to two arguments or two locals. So your code would be: ```elixir defw handleState(input: Str, output_len: I32), I32, s: Str, addr: I32,...
For sure! When are you thinking?
Yes I agree, you ought to be able to say “this requires a tenant to be passed, as it will always error otherwise”. I’d also ideally like to be able...