I've tried to create a small wasm wrapper around the aes-soft crate and I realized that it gives wrong results when compiled on opt-level >= 2.
Minimized test case is uploaded to https://github.com/ngg/wasm-codegen-bug.
I'm not sure if it's a bug in Rust or in LLVM.
I've tried to create a small wasm wrapper around the aes-soft crate and I realized that it gives wrong results when compiled on
opt-level >= 2.Minimized test case is uploaded to https://github.com/ngg/wasm-codegen-bug.
I'm not sure if it's a bug in Rust or in LLVM.