[Wasm] Support Wasm GC milestone 5

This commit is contained in:
Svyatoslav Kuzmich
2022-02-16 15:01:31 +03:00
parent c018270462
commit d1c81eb6ba
25 changed files with 140 additions and 115 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
fun <T> myRun(action: () -> T): T = action()
fun foo(): String = "foo"