Richard Feldman
|
99eb5bfe1e
|
Support formatting strings in error macros
|
2024-06-29 21:09:17 -04:00 |
|
Brian Carroll
|
a2f4d418bb
|
Fix Wasm backend compile error in Web REPL build
|
2023-11-06 08:08:00 +00:00 |
|
Brian Carroll
|
eb76ec4e90
|
Simplify call_import and call
|
2023-11-05 23:57:37 +00:00 |
|
Brian Carroll
|
84a230a2e5
|
Remove unused args from call
|
2023-11-05 23:32:20 +00:00 |
|
Brian Carroll
|
4b0c5fd0c6
|
Delete pushes and pops for each instruction
|
2023-11-05 23:20:47 +00:00 |
|
Brian Carroll
|
b5d3af0522
|
Delete VmBlock, vm_block_stack
|
2023-11-05 23:20:47 +00:00 |
|
Brian Carroll
|
86a6a3ace5
|
Delete current_stack, VmSymbolState, stack_is_empty, current_stack
|
2023-11-05 23:20:46 +00:00 |
|
Brian Carroll
|
664de9b285
|
Delete verify_stack_match
|
2023-11-05 23:20:46 +00:00 |
|
Brian Carroll
|
a76c4420fa
|
CodeBuilder tracks which local variables are set
|
2023-11-05 23:20:46 +00:00 |
|
Brian Carroll
|
563ad8f1fb
|
Delete some unused code from codebuilder and storage
|
2023-11-05 23:20:46 +00:00 |
|
Brian Carroll
|
5719384ed9
|
Get rid of VM stack storage
|
2023-11-05 23:20:46 +00:00 |
|
Folkert
|
ef39bad7c6
|
auto clippy fixes
|
2023-07-10 18:27:08 +02:00 |
|
Folkert
|
4cd8f0a056
|
clippy --fix fixes
|
2023-04-21 12:05:51 +02:00 |
|
Brian Carroll
|
82aa126353
|
gen_wasm: improve a code comment
|
2022-11-26 15:38:48 +00:00 |
|
Brian Carroll
|
d9fe907684
|
wasm_module: create const ValueType::VOID to use as block type
|
2022-11-26 00:38:41 +00:00 |
|
Brian Carroll
|
29baa45774
|
debug generated linker data for Roc->JS calls
|
2022-11-17 21:26:33 +00:00 |
|
Brian Carroll
|
18195c8bd7
|
Fix resetting of vm stack blocks in CodeBuilder
|
2022-11-15 21:59:20 +00:00 |
|
Brian Carroll
|
ddddb7d4f1
|
Fix import relocations in CodeBuilder.
|
2022-11-15 09:36:59 +00:00 |
|
Brian Carroll
|
4dea82b2f5
|
Move code_builder from wasm_module to gen_wasm
|
2022-11-14 09:18:53 +00:00 |
|