Commit graph

6 commits

Author SHA1 Message Date
Ali Mohammad Pur
16d1486cc9 LibWasm: Implement the wasm-gc instruction set in the BC interpreter 2026-06-19 17:01:47 +02:00
Ali Mohammad Pur
38f8f747ee Meta+Tests: Fix test generation for extern refs and module definition 2026-06-10 14:10:57 +02:00
Zaggy1024
a8094ce2e6 Meta: Fix typechecking errors in generate_libwasm_spec_test
The WasmPrimitiveValue.value field was assigned None in some cases, but
its type didn't indicate it could store it.

Also, parse_value() took dict[str, str], but treats it as dict[str, Any]
with the possibility to store values of type str, or more recursive
list[dict[str, Any]].
2026-05-13 08:13:51 -05:00
Zaggy1024
b5db4da668 Meta: Avoid match statements in generate_libwasm_spec_test.py 2026-04-30 09:32:22 +02:00
Zaggy1024
cce3b03532 Meta: Don't use union operator syntax in generators
These aren't supported in Python 3.9.
2026-04-30 09:32:22 +02:00
Timothy Flynn
5c34c7f554 Meta: Move python code generators to a subdirectory
Let's have a bit of organization here, rather than an ever-growing Meta
folder.
2026-04-23 07:31:19 -04:00
Renamed from Meta/generate-libwasm-spec-test.py (Browse further)