roc/crates/compiler/gen_wasm/src
2022-08-04 12:29:25 +01:00
..
wasm_module gen_wasm: correctly detect empty ElementSection and don't emit TableSection 2022-07-13 21:23:32 +01:00
backend.rs wasm: Ensure List literals have an initialized capacity field 2022-07-29 15:18:15 +02:00
layout.rs remove dict/set layout 2022-07-13 11:41:19 +02:00
lib.rs wasm: implement List.sortWith 2022-07-06 22:01:01 +01:00
low_level.rs wasm: fix List.getUnsafe trying to load a symbol before it was stored 2022-08-04 12:27:46 +01:00
storage.rs wasm: drop unused return value from copy_value_from_memory 2022-08-04 12:29:25 +01:00
wasm32_result.rs implement wasm traits for roc_std::{I128, U128} 2022-07-24 12:07:27 +02:00
wasm32_sized.rs Wasm32Sized for isize 2022-07-27 20:10:47 +02:00