Cranelift: Correctly wrap shifts in constant propagation (#5695)
Fixes #5690 Fixes #5696 Co-authored-by: Jamey Sharp <jsharp@fastly.com>
This commit is contained in:
@@ -24,6 +24,7 @@ pub fn run(path: &Path, wat: &str) -> Result<()> {
|
||||
|
||||
let config: TestConfig =
|
||||
toml::from_str(&config_text).context("failed to parse the test configuration")?;
|
||||
log::debug!("Wasm test config = {config:#?}");
|
||||
|
||||
config
|
||||
.validate()
|
||||
|
||||
Reference in New Issue
Block a user