roc/crates/compiler/gen_wasm/src
kilianv 731f10981e Swap the argument order in bitwise shift operators
The arguments were probably swapped in the first place because in Elm
they are swapped, because Elm is curried. The new order makes more sense
both with and without the pipe operator
2022-08-20 20:33:10 +02:00
..
wasm_module gen_wasm: correctly detect empty ElementSection and don't emit TableSection 2022-07-13 21:23:32 +01:00
backend.rs Make method private 2022-08-19 22:16:47 -05:00
layout.rs remove dict/set layout 2022-07-13 11:41:19 +02:00
lib.rs Merge branch 'trunk' of github.com:rtfeldman/roc into wasm-stack-size-control-i2490 2022-08-08 22:39:26 +01:00
low_level.rs Swap the argument order in bitwise shift operators 2022-08-20 20:33:10 +02:00
storage.rs wasm: comment on why we don't need to modify symbol storage after clone 2022-08-19 22:16:47 -05:00
wasm32_result.rs Add Wasm32Result for Infallible 2022-08-12 15:42:20 -07:00
wasm32_sized.rs Wasm32Sized for isize 2022-07-27 20:10:47 +02:00