mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
wasm: fix argument order for shiftRightBy & disable tests with 8-bit values
This commit is contained in:
parent
42f49c1d79
commit
24e6cd80e7
3 changed files with 46 additions and 12 deletions
|
@ -56,6 +56,7 @@ where
|
|||
run_test()
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||
pub enum RefCount {
|
||||
Live(u32),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue