Bas Zalmstra
Bas Zalmstra
I assume you want to type the `Runtime` on a particular `impl` of `GcRuntime + MemoryMapper`? I think that's a great idea. One thing to keep in mind is how...
This has been fixed in master (#343) but it has not been backported yet. Ill see if I can find the time and internet connection to do that! @Wodann Maybe...
Is being worked on in #159
We dont have any support for this currently and its also not yet planned or designed at all. I imagine that we'd implement similar to how we implement arrays now....
I would really like to support creating arrays from a Rust iterator. Something like: ```rust let mun_array: ArrayRef = runtime.construct_array::(vec![1,2,3,4,].into_iter()) ``` However, this requires type references, because the type information...
Depends on #268
> I would really like to support creating arrays from a Rust iterator. Something like: > > ```rust > let mun_array: ArrayRef = runtime.construct_array::(vec![1,2,3,4,].into_iter()) > ``` > > However, this...
That's a good idea. We can probably insert checks in the IR to see if it should abort.
@legendiguess thanks for figuring all this out! Could you raise an issue with tempfile regarding the incorrect location? The compiler also has to get a new target so we can...
The rust compiler does, but the mun compiler also needs to be able to generate arm code. It doesnt yet.