jonas schell
|
532055bf3b
|
implement NumPowInt
|
2022-05-08 14:17:11 +02:00 |
|
Folkert
|
9e80673b1d
|
implement Num.round in the wasm backend like how the dev backend does it
|
2022-05-06 20:41:02 +02:00 |
|
Folkert
|
07383e96f0
|
Merge remote-tracking branch 'origin/trunk' into i/2792
|
2022-05-06 20:17:53 +02:00 |
|
Folkert
|
64b633bea6
|
make round return an integer
|
2022-05-06 20:17:40 +02:00 |
|
Folkert
|
5755475b3a
|
add ListIsUnique lowlevel operation
|
2022-05-06 13:56:35 +02:00 |
|
Brian Carroll
|
07b3c74713
|
Refactor for faster Rust compile times
|
2022-05-02 04:28:33 -07:00 |
|
Jared Cone
|
c7459e9888
|
Added support for unsigned gt/lt to wasm.
Breaks some other tests, pushing now for sharing
|
2022-05-02 04:28:33 -07:00 |
|
Folkert
|
76754e4d2a
|
use &str instead of Ident in some key places
|
2022-04-30 20:43:12 +02:00 |
|
Folkert
|
d3ef35d935
|
rename
|
2022-04-26 11:33:26 +02:00 |
|
Folkert
|
af6c3231f3
|
Improved IdentIds
|
2022-04-25 23:15:57 +02:00 |
|
Brian Carroll
|
f8156ffd53
|
Merge pull request #2834 from rtfeldman/wasm-list-map-n
Wasm List.mapN
|
2022-04-20 14:47:04 +01:00 |
|
Brian Carroll
|
ae05e870af
|
wasm: Fix Wasm type mismatch for empty closure data in List.mapN
|
2022-04-13 22:05:57 +01:00 |
|
Brian Carroll
|
bdad1a5161
|
wasm: Extract List.mapN logic into a helper function
|
2022-04-13 21:38:54 +01:00 |
|
Brian Carroll
|
a7a84019cd
|
wasm: Get List.map3 working
|
2022-04-11 14:36:31 +01:00 |
|
Brian Carroll
|
7b96e953ba
|
wasm: Get List.map2 working
|
2022-04-11 14:36:31 +01:00 |
|
Brian Carroll
|
5cce24bc8f
|
wasm: improve debug logging
|
2022-04-11 14:36:31 +01:00 |
|
Folkert
|
1d0f9e9192
|
Merge remote-tracking branch 'origin/trunk' into builtins-in-roc
|
2022-04-08 15:47:11 +02:00 |
|
ayazhafiz
|
1efe3e9929
|
Fix typo
|
2022-04-07 21:11:19 -04:00 |
|
ayazhafiz
|
134a7bf787
|
Update wasm implementation
|
2022-04-07 21:10:22 -04:00 |
|
Richard Feldman
|
cd00a98636
|
Add toF32/64 and checked versions
|
2022-04-07 16:13:57 -04:00 |
|
Brian Carroll
|
9116770a00
|
wasm: Adjust List.map code gen for capacity
|
2022-04-07 09:29:42 +01:00 |
|
Brian Carroll
|
2b74e55240
|
Merge branch 'trunk' of github.com:rtfeldman/roc into wasm-higher-order-calls
|
2022-04-07 09:03:34 +01:00 |
|
Richard Feldman
|
08466380df
|
Merge pull request #2798 from rtfeldman/wasm-fix-dec-isfinite
Wasm: fix Num.isFinite for Dec
|
2022-04-04 20:58:46 -04:00 |
|
Brian Carroll
|
0910831f59
|
wasm: fix Num.isFinite for Dec
When I wrote this code I thought it was the base10 floating point format,
but in fact it's fixed-point.
|
2022-04-05 00:02:31 +01:00 |
|
Brian Carroll
|
a07cac6682
|
PR tweaks
|
2022-04-05 00:02:05 +01:00 |
|
Brian Carroll
|
ab3a75b754
|
wasm: fix WasmLayout for LambdaSet
|
2022-04-05 00:02:05 +01:00 |
|
Brian Carroll
|
a63e55e023
|
wasm: fix stack order in higher-order wrapper
|
2022-04-05 00:02:05 +01:00 |
|
Brian Carroll
|
b1f15799e3
|
wasm: Ensure TableSection matches ElementSection
|
2022-04-05 00:02:05 +01:00 |
|
Brian Carroll
|
8620cdf75c
|
wasm: function pointers for higher order calls
|
2022-04-05 00:02:05 +01:00 |
|
Brian Carroll
|
5db3ae0227
|
wasm: code gen for higher order wrapper function
|
2022-04-05 00:02:05 +01:00 |
|
Brian Carroll
|
51789f38c2
|
wasm: generate RC inc for higher order builtins
|
2022-04-05 00:02:05 +01:00 |
|
Brian Carroll
|
05459455ec
|
wasm: ProcLayout for higher order wrapper fns
|
2022-04-05 00:02:05 +01:00 |
|
Brian Carroll
|
83cae16a60
|
wasm: Generate code for List.map call (incomplete)
|
2022-04-05 00:02:05 +01:00 |
|
Brian Carroll
|
ff9bbfab63
|
wasm: generate code for ZigCC wrapper function
|
2022-04-05 00:01:11 +01:00 |
|
Brian Carroll
|
973d6dc41f
|
wasm: Create ProcLookupData structure to help with callconv wrapper
|
2022-04-05 00:01:11 +01:00 |
|
Brian Carroll
|
448140d223
|
wasm: refactor to prepare for HigherOrder calls
|
2022-04-05 00:01:11 +01:00 |
|
Folkert
|
c73c01aa34
|
Merge remote-tracking branch 'origin/trunk' into list-str-capacity
|
2022-03-30 14:07:17 +02:00 |
|
Folkert
|
877b9eab7a
|
Merge remote-tracking branch 'origin/trunk' into builtins-in-roc
|
2022-03-23 17:33:58 +01:00 |
|
Brian Carroll
|
3c9d624a73
|
Merge pull request #2757 from rtfeldman/fix_shift_filling
Fix (flip) `Num.shiftRight*` builtins
|
2022-03-23 00:07:19 +00:00 |
|
Brian Carroll
|
24e6cd80e7
|
wasm: fix argument order for shiftRightBy & disable tests with 8-bit values
|
2022-03-22 22:28:18 +00:00 |
|
Folkert
|
7b221d6115
|
Merge branch 'simplify-identids' into builtins-in-roc
|
2022-03-22 22:25:55 +01:00 |
|
Folkert de Vries
|
5e9e7f3ad5
|
Merge pull request #2760 from rtfeldman/wasm-reset-reuse
Wasm reset & reuse
|
2022-03-21 23:02:28 +01:00 |
|
Brian Carroll
|
1f82310832
|
wasm: Add support for Expr::Reuse
|
2022-03-20 23:01:54 +00:00 |
|
Brian Carroll
|
5de539b9fa
|
mono: Generate IR for refcount reset procedures
|
2022-03-20 22:48:23 +00:00 |
|
Folkert
|
6a9b08ed11
|
Merge remote-tracking branch 'origin/trunk' into builtins-in-roc
|
2022-03-20 13:01:00 +01:00 |
|
Brian Carroll
|
9b6b81a438
|
WIP
|
2022-03-20 11:17:34 +00:00 |
|
Brian Carroll
|
c9efeed17e
|
wasm: add support for Expr::Reset
|
2022-03-19 09:37:45 +00:00 |
|
Brian Carroll
|
bb62571e3a
|
wasm: reorder some code
|
2022-03-19 09:27:17 +00:00 |
|
Folkert
|
4e1197165b
|
Merge remote-tracking branch 'origin/trunk' into builtins-in-roc-delayed-alias
|
2022-03-18 21:25:52 +01:00 |
|
Folkert
|
6134e57921
|
Merge remote-tracking branch 'origin/trunk' into list-str-capacity
|
2022-03-18 18:13:55 +01:00 |
|