wasm: fix argument order for shiftRightBy & disable tests with 8-bit values

This commit is contained in:
Brian Carroll 2022-03-22 22:27:15 +00:00
parent 42f49c1d79
commit 24e6cd80e7
3 changed files with 46 additions and 12 deletions

View file

@ -56,6 +56,7 @@ where
run_test()
}
#[allow(dead_code)]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum RefCount {
Live(u32),