Per Vognsen
Per Vognsen
Right now you can only specify a single alignment offset manually. It would be useful to offer an option where uiCA performs its simulation for all possible alignment offsets and...
Maybe this has unforeseen consequences but it sure would be nice if cargo-wasi automatically installed wasmtime-cli as a cargo dependency. Right now you just get an error with a pointer...
Currently jwalk implements its version of DirEntry::metadata() using on-demand path-based calls to std::fs::metadata(). For programs that need stat-like metadata (like the example program which needs the file size) this leads...
This pull request has been automatically generated by prose.io.
This pull request has been automatically generated by prose.io.
The transmute from [u8; 128] in MeowHash::from_bytes is undefined behavior since Simd128 requires 16-byte alignment and a u8 array only has guaranteed 1-byte alignment. Aside from what Rust considers undefined...