From c79548b93a81ccf7609413da1345a7570c51b9ba Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Wed, 7 Dec 2022 16:06:53 -0600 Subject: Add standard versions of WasmGC casts (#5331) We previously supported only the non-standard cast instructions introduced when we were experimenting with nominal types. Parse the names and opcodes of their standard counterparts and switch to emitting the standard names and opcodes. Port all of the tests to use the standard instructions, but add additional tests showing that the non-standard versions are still parsed correctly. --- test/lit/binary/legacy-static-casts.test.wasm | Bin 0 -> 66 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/lit/binary/legacy-static-casts.test.wasm (limited to 'test/lit/binary/legacy-static-casts.test.wasm') diff --git a/test/lit/binary/legacy-static-casts.test.wasm b/test/lit/binary/legacy-static-casts.test.wasm new file mode 100644 index 000000000..2dcfc9f01 Binary files /dev/null and b/test/lit/binary/legacy-static-casts.test.wasm differ -- cgit v1.2.3