Arjun Ramesh

Results 15 comments of Arjun Ramesh

Is there any update on supporting this feature? I have several similar use-cases to those pointed out above as well.

Tuples handle these use-cases but are rather messy to specify especially for larger fixed sizes. Something similar to @ydnar's solution would be useful.

@alexcrichton @fitzgen I'll take a pass through the comments early next week, and perhaps we can find a time later next week that works

> Is there a reason wali doesn't provide getauxvval? Wasm doesn't have a dynamic linking specification yet. These features can be added back in the future once supported

That's true, we could probably just disable `std_detect_dlsym_getauxval` when building `stdarch` for `rustc`. That should work right? WALI libc does expose `getauxval` but support for it is not fully specified/handled...