Andrew Morris

Results 17 comments of Andrew Morris

> An extended version of this would be to add a new build target for a binary that's just the VM (and possibly with the bytecode of a program embedded...

Ran into this issue on eth-infinitism/account-abstraction: https://github.com/eth-infinitism/account-abstraction/pull/323

Doing some investigation, I think this is an issue of process management. Subprocesses are failing but this isn't getting surfaced. I didn't have `ffprobe` set up, but the project relies...

Yep that fixed the problem. This is a bug about not reporting/detecting subprocess failures.

@Seishirou101 For me it was just ffprobe and running on a bigger ec2 instance. I'd recommend running via "Installation as library (from source)". That way you can edit the code...

> ## wasm > `mpz` is already compatible with WASM. We don't use SIMD directly anywhere and Rust will conditionally turn it off depending on enabled target features. `mpz` is...

Ah I understand. Yes I will look into this. Would that be something that could be mentioned in the docs still?