| .. |
|
assemble.scm
|
Fix assembly for br_on_cast_fail
|
2024-03-18 10:06:12 +01:00 |
|
canonical-types.scm
|
Fix canonical-type-bounds to always return a pair
|
2026-01-22 12:16:57 +01:00 |
|
dump.scm
|
Dump global id's as well
|
2024-08-29 16:59:42 +02:00 |
|
effects.scm
|
Add wasm effects analysis
|
2024-03-22 15:02:34 +01:00 |
|
link.scm
|
Fix select instruction.
|
2025-10-20 11:53:35 -04:00 |
|
lower-globals.scm
|
Add id field to <wasm>.
|
2024-01-24 11:50:50 -05:00 |
|
lower-stringrefs.scm
|
Write code / function names into binary; print them during backtrace
|
2024-08-19 16:11:27 +02:00 |
|
lower.scm
|
Add optional emit-names? compiler flag.
|
2024-01-24 12:59:47 -05:00 |
|
optimize.scm
|
Add new optimization pass
|
2024-03-22 15:02:34 +01:00 |
|
parse.scm
|
wasm: parse: Fix parsing of br_on_cast and br_on_cast_fail.
|
2024-12-12 16:01:39 -05:00 |
|
resolve.scm
|
Avoid quadratic variable-to-index mapping in resolve-wasm
|
2025-01-28 11:32:08 +01:00 |
|
stack.scm
|
Canonicalization is kwarg of validate-wasm, req of make-wasm-info
|
2026-01-15 11:05:49 +01:00 |
|
subtyping.scm
|
Address feedback
|
2026-01-15 09:00:18 +01:00 |
|
symbolify.scm
|
symbolify: Fix rethrow symbolification.
|
2024-04-02 11:32:36 -04:00 |
|
types.scm
|
types: Add <tag-type>.
|
2024-03-05 10:49:13 -05:00 |
|
validate.scm
|
Add ability to renumber validated wasm
|
2026-01-16 13:32:23 +01:00 |
|
vm.scm
|
vm: Refer to types by name, not value
|
2026-01-14 13:59:51 +01:00 |
|
wat.scm
|
wasm->wat: Add support for 'try'.
|
2024-04-02 11:41:16 -04:00 |