Max Bruce

Results 28 comments of Max Bruce

@piscisaureus I added a test in theory that should be affected, basically anything that interacts between scope, arguments, and return_value without some implicit cast happening (i.e. like with `ReturnValue::set`). The...

I have confirmed that my own fix has solved this issue for the project I'm working on. Previously I had been transmuting the lifetimes to avoid the issue...

@piscisaureus See https://doc.rust-lang.org/nomicon/lifetime-elision.html

@ngugcx `cityhash` 1.0.1 is now licensed under APACHE/MIT

I've worked with some complex WASM integrations professionally. I don't know if I'll have the time to integrate with stuff here, but the approach I'd roll with, especially to support...

`fp-bindgen` looks like it's still in its infancy, so you might get a hiccup and fail early (and hopefully fast if at all). `wit_bindgen` seems similar. The C-based approach is...

My experiences with complex 3D+ CNC is fairly limited, but my understanding is that orthographic projects of a model are common to include for measurements & documentations. Similarly, they can...

This is contributed to significantly by ongoing blocked storage refactors. See https://github.com/AleoHQ/snarkVM/issues/247

This is fixed in `ir` branch.

@collinc97 @howardwu Implicit upcasting has been removed.