Ayaz Hafiz
|
f2a42affd1
|
Fix wasm module
|
2022-12-29 08:18:06 -06:00 |
|
Ayaz Hafiz
|
650d3e6321
|
Fix gen dev
|
2022-12-29 08:14:35 -06:00 |
|
Brian Carroll
|
4d5b7f8b73
|
wasm_interp: add a WasmModule to Instance so we don't have to pass it to call_export
|
2022-12-16 14:52:10 +00:00 |
|
Brian Carroll
|
b73e022336
|
test_gen: update WasiDispatcher
|
2022-12-16 14:52:10 +00:00 |
|
Brian Carroll
|
01d0c5fabc
|
Merge branch 'main' of github.com:roc-lang/roc into wasm_interp_test_gen
|
2022-12-14 11:15:42 +00:00 |
|
Brian Carroll
|
b80278fe48
|
test_gen: create a debug flag to print wasm interpreter log
|
2022-12-14 08:42:01 +00:00 |
|
Brian Carroll
|
c85fd96ef6
|
test_gen: refcount tests working with wasm_interp
|
2022-12-14 08:42:01 +00:00 |
|
Brian Carroll
|
9fef0c319f
|
test_gen: pass Wasm linking test without DCE
|
2022-12-14 08:42:01 +00:00 |
|
Brendan Hansknecht
|
dbca7e0f2b
|
remove explicit closing of dylib when testing
|
2022-12-12 08:44:56 -08:00 |
|
Richard Feldman
|
1cd0097c23
|
Fix test_gen test
|
2022-12-11 06:16:29 -05:00 |
|
Richard Feldman
|
66f393e30a
|
Fix a mistake from merge of main
|
2022-12-10 01:48:38 -05:00 |
|
Richard Feldman
|
75891f6755
|
fixup! Merge remote-tracking branch 'origin/main' into refactor-platform-info
|
2022-12-10 01:45:31 -05:00 |
|
Brian Carroll
|
90449f45f3
|
test_gen: get some tests working with roc_wasm_interp
|
2022-12-10 00:52:23 +00:00 |
|
Folkert
|
1ef27b4bec
|
fix gen-dev compilation
|
2022-12-09 18:28:14 +01:00 |
|
Folkert
|
a72556b927
|
refactor entry point
|
2022-12-09 15:10:25 +01:00 |
|
Ayaz Hafiz
|
7562525e96
|
Bugfix match
|
2022-12-02 16:31:47 -06:00 |
|
Richard Feldman
|
b2beeb770e
|
Merge remote-tracking branch 'origin/main' into https-packages
|
2022-11-25 19:50:06 -05:00 |
|
Ayaz Hafiz
|
41659ec394
|
Remove unneeded roc_panic extern in tests
We stub roc_panic to SJ/LJ-style exceptions in llvm tests, so this is
not needed.
|
2022-11-24 14:56:44 -06:00 |
|
Ayaz Hafiz
|
cbdb535580
|
Remove unused macro
|
2022-11-24 14:54:51 -06:00 |
|
Ayaz Hafiz
|
803d7e30e3
|
Eliminate Stmt::RuntimeError in favor of crash
|
2022-11-24 14:46:53 -06:00 |
|
Ayaz Hafiz
|
1922a144f2
|
bye ffi
|
2022-11-24 14:46:53 -06:00 |
|
Ayaz Hafiz
|
32400e37e1
|
Implement crash in gen-wasm
|
2022-11-24 14:46:52 -06:00 |
|
Ayaz Hafiz
|
a8122662c2
|
Return panic tag from roc_panic to test platform
|
2022-11-24 14:46:52 -06:00 |
|
Ayaz Hafiz
|
9201cf0b32
|
Add tests for user crash
|
2022-11-24 14:46:52 -06:00 |
|
Ayaz Hafiz
|
72ff0cc800
|
rename default panic tag to roc panic tag
|
2022-11-24 14:46:51 -06:00 |
|
Ayaz Hafiz
|
d33985db92
|
RocStr roc_panic for wasm gen
|
2022-11-24 14:46:51 -06:00 |
|
Richard Feldman
|
8db6cde08d
|
Fix some test helpers
|
2022-11-24 15:31:11 -05:00 |
|
Richard Feldman
|
f5cb2d73a1
|
Merge branch 'precompiled-legacy' into https-packages
|
2022-11-24 04:29:56 -05:00 |
|
Richard Feldman
|
a8b6fa051a
|
Centralize host tempfile builder logic
|
2022-11-22 20:52:44 -05:00 |
|
Richard Feldman
|
0b73ea69af
|
Make sure tempfiles don't get dropped too early
|
2022-11-22 20:22:08 -05:00 |
|
Richard Feldman
|
9c1291d57d
|
Give tempfiles the file extensions Zig expects
|
2022-11-22 19:19:54 -05:00 |
|
Richard Feldman
|
16fd39c4f7
|
Missed a couple of .to_str().unwrap()s
|
2022-11-22 18:51:01 -05:00 |
|
Richard Feldman
|
4a601ffd4c
|
Use tempfile::NamedTempFile in more places
|
2022-11-22 18:40:06 -05:00 |
|
Richard Feldman
|
e97a5fe7f6
|
Use include_bytes! so builtin hosts live in binary
|
2022-11-22 17:57:32 -05:00 |
|
Richard Feldman
|
721841fa1f
|
Provide roc_cache_dir everywhere
|
2022-11-20 19:53:48 -05:00 |
|
Brian Carroll
|
ba99870de0
|
minor tweaks
|
2022-11-16 21:25:16 +00:00 |
|
Brian Carroll
|
2fa4c33b77
|
Merge branch 'main' of github.com:roc-lang/roc into wasm_module_crate
|
2022-11-15 21:16:25 +00:00 |
|
Folkert de Vries
|
de472015f6
|
Merge pull request #4505 from roc-lang/fix-web-repl-palette
Fix web REPL error formatting by routing the active Palette everywhere
|
2022-11-15 15:49:37 +01:00 |
|
Brian Carroll
|
04fcf89653
|
Fix compile errors in wasm tests
|
2022-11-15 09:40:55 +00:00 |
|
Folkert
|
031866799a
|
use inkwell's FunctionIterator
|
2022-11-13 14:51:24 +01:00 |
|
Brian Carroll
|
ed048c7c93
|
Fix more tests
|
2022-11-12 09:12:28 +00:00 |
|
Brian Carroll
|
894697b284
|
Build fixes
|
2022-11-12 08:46:18 +00:00 |
|
Folkert
|
92cc120c7f
|
Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects
|
2022-11-05 12:21:37 +01:00 |
|
Folkert
|
66a1ba00eb
|
1.65 clippy fixes
|
2022-11-03 16:20:37 +01:00 |
|
Folkert
|
0c9b49f5cd
|
Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects
|
2022-11-02 23:02:22 +01:00 |
|
Anton-4
|
4ec43d9964
|
Closes #4423, link build command refactoring
|
2022-10-31 21:32:38 +01:00 |
|
Folkert
|
d27eff1b36
|
fix test compilation
|
2022-10-09 19:00:34 +02:00 |
|
Ayaz Hafiz
|
92aa0912ea
|
Report unused imports in modules
|
2022-09-30 13:40:34 -05:00 |
|
Folkert
|
57201db2f6
|
windows: temporarily do not drop gen_test results
|
2022-09-09 23:20:10 +02:00 |
|
Richard Feldman
|
3e1ca37b9e
|
Merge pull request #3950 from roc-lang/keep-dll-loaded
keep dll loaded
|
2022-09-09 14:19:35 -07:00 |
|