Anton-4
|
eee85fa45d
|
moved all crates into seperate folder + related path fixes
|
2022-07-01 17:37:43 +02:00 |
|
Brian Carroll
|
b1193e4134
|
wasm: implement all addition operators (wrapping, panicking, saturating, and checked)
|
2022-06-22 22:11:46 +01:00 |
|
Brian Carroll
|
6e30811b0c
|
wasm: use a BitVec for called host functions
|
2022-06-15 21:31:10 +01:00 |
|
Brian Carroll
|
c1aa9f229a
|
wasm: move linking tests to test_gen and execute the module
|
2022-06-15 20:20:55 +01:00 |
|
Brian Carroll
|
f6f7672e1c
|
wasm: rename DEBUG_LOG_SETTINGS->DEBUG_SETTINGS and add skip_dead_code_elim
|
2022-06-12 20:45:43 +01:00 |
|
Brian Carroll
|
6d39f50bcc
|
wasm: use linking data to implement call graph tracing for DCE
|
2022-06-12 20:42:09 +01:00 |
|
Brian Carroll
|
c00b43c36b
|
wasm: Move some of the DCE code from CodeSection to WasmModule
|
2022-06-07 23:52:33 +01:00 |
|
Brian Carroll
|
376cbbc4b2
|
wasm: Make NameSection easier to manipulate
|
2022-06-06 10:54:56 +01:00 |
|
Brian Carroll
|
d42cbd052f
|
wasm: print out the host path in tests
|
2022-06-04 20:26:12 +02:00 |
|
Brian Carroll
|
f493fcb1e4
|
wasm: parse the remainder of the 'linking' section
|
2022-06-03 09:51:33 +02:00 |
|
Brian Carroll
|
731a227c61
|
Merge branch 'trunk' of github.com:rtfeldman/roc into wasm-parser-trait
|
2022-05-25 21:15:08 +01:00 |
|
Richard Feldman
|
4eec34becf
|
Update to use new square brace formatting
|
2022-05-22 23:15:54 -04:00 |
|
Brian Carroll
|
873d9d4e06
|
wasm: create separate steps for parsing the host and compiling the app
|
2022-05-22 20:49:16 +01:00 |
|
Brian Carroll
|
84a3ac2ef6
|
Replace byte slices with str
|
2022-05-22 19:37:06 +01:00 |
|
Brian Carroll
|
8114ec60c1
|
Start using Result to handle Wasm module parse failures
|
2022-05-22 09:36:33 +01:00 |
|
Brian Carroll
|
aaea254e8f
|
Pass precompiled host bytes to gen_wasm in CLI
|
2022-05-15 11:11:08 +01:00 |
|
Richard Feldman
|
eb4fd05274
|
Use Threading::Single in wasm test helpers
|
2022-05-06 11:38:17 -04:00 |
|
Anton-4
|
f3493850bb
|
Merge pull request #2983 from rtfeldman/wasi-libc-sys
Build WASI libc using Zig, instead of using a checked-in binary
|
2022-05-05 09:40:46 +02:00 |
|
Brian Carroll
|
fd9a92927b
|
Clean up a stray underscore
|
2022-05-03 19:13:32 +01:00 |
|
Anton-4
|
cc28de408c
|
update wasmer to 2.2.1
|
2022-05-03 18:00:29 +02:00 |
|
Ayaz Hafiz
|
b86bf94d92
|
Dev, wasm test bugs
|
2022-04-12 17:35:00 -04:00 |
|
Folkert
|
311e464b70
|
add load_internal
|
2022-03-23 15:18:22 +01:00 |
|
Folkert
|
d8fa2b8d92
|
stop passing stdlib (use lazy_static)
|
2022-03-22 19:53:02 +01:00 |
|
Brian Carroll
|
21ee531e8c
|
wasm: Add Roc procedure names to Names section for debug
|
2022-03-18 14:46:53 +00:00 |
|
Folkert
|
e1d5b748b1
|
fix wasm/dev tests
|
2022-03-12 00:13:49 +01:00 |
|
Brian Carroll
|
4d14fbf562
|
wasm: use a debug-friendly enum for refcount tests
|
2022-03-08 07:43:01 +00:00 |
|
Brian Carroll
|
338961d202
|
wasm: go back to custom bytes->string transformation
CStr version is too hard to get working correctly. I get weird test failures
with random characters in the middle of strings.
|
2022-03-04 19:52:27 +00:00 |
|
Brian Carroll
|
20e46fbda4
|
wasm: address PR feedback
|
2022-03-04 19:12:18 +00:00 |
|
Brian Carroll
|
561a1d16ff
|
wasm: add expect_runtime_error_panic test macro
|
2022-03-02 08:05:48 +00:00 |
|
Brian Carroll
|
85ba3154ec
|
wasm: fix roc_panic message retrieval
|
2022-03-01 18:47:51 +00:00 |
|
Brian Carroll
|
8d484e8c9e
|
wasm: tests read panic message from a global pointer
|
2022-02-28 00:53:01 +00:00 |
|
Brian Carroll
|
7ccc5ec768
|
Merge branch 'trunk' of github.com:rtfeldman/roc into wasm-runtime-error
|
2022-02-27 22:57:23 +00:00 |
|
Brian Carroll
|
603c98d1d9
|
wasm tests: use wasmer .unwrap_i32
|
2022-02-20 09:05:08 +00:00 |
|
Folkert
|
04adbe75ca
|
fix test compilation
|
2022-02-14 21:09:51 +01:00 |
|
Brian Carroll
|
a9df6f4ff9
|
test_gen: create a getter for wasm panic messages
|
2022-02-12 00:19:52 +00:00 |
|
Brian Carroll
|
57179eb458
|
test_gen: comments about wasm panics
|
2022-02-11 08:12:36 +00:00 |
|
Brian Carroll
|
0d08c97e44
|
wasm: enable a test that has a Stmt::RuntimeError
|
2022-02-09 17:23:36 +00:00 |
|
Brian Carroll
|
c21b2bd0da
|
Formatting and Clippy
|
2022-02-08 11:03:48 +00:00 |
|
Brian Carroll
|
85b418ebdf
|
wasm: get rid of Result from gen_wasm, rename a function, improve comments
|
2022-02-08 11:03:48 +00:00 |
|
Brian Carroll
|
2fd2a85887
|
wasm: delete redundant enum TestType
|
2022-02-08 11:03:48 +00:00 |
|
Brian Carroll
|
c5ccc99e20
|
repl: rename Wasm32TestResult -> Wasm32Result
|
2022-02-08 11:03:48 +00:00 |
|
Brian Carroll
|
1783fa8009
|
repl: rename FromWasm32Memory -> FromWasmerMemory
|
2022-02-08 11:03:48 +00:00 |
|
Brian Carroll
|
e9871947d3
|
repl: move wasm32_test_result to gen_wasm, and extract Wasm32Sized from FromWasm32Memory
|
2022-02-08 11:03:48 +00:00 |
|
Folkert
|
b9c318e9fb
|
update the tests
|
2022-01-26 15:59:21 +01:00 |
|
Folkert
|
9ee7198e45
|
and another
|
2022-01-25 15:23:53 +01:00 |
|
Folkert
|
3137e14a85
|
another test fix
|
2022-01-25 13:37:30 +01:00 |
|
Brian Carroll
|
c7da7ca689
|
Wasm: Parse the Name section, export init_refcount_test, and don't DCE exports
|
2022-01-14 18:20:52 +00:00 |
|
Brian Carroll
|
3d00217b53
|
Wasm: rename build_module_help -> build_module_without_test_wrapper
|
2022-01-14 18:20:52 +00:00 |
|
Brian Carroll
|
7f5b8c7296
|
Merge branch 'trunk' of github.com:rtfeldman/roc into wasm-pre-linking
|
2022-01-14 18:20:24 +00:00 |
|
ayazhafiz
|
72ee2d6327
|
Mark pretty_print_ir_symbols public
|
2022-01-13 16:35:09 -05:00 |
|