wazevo: fixes re-exported function imports (#1708)

This commit is contained in:
Takeshi Yoneda
2023-09-14 11:49:13 +09:00
committed by GitHub
parent 6515656e5f
commit 69c15b10ca
6 changed files with 89 additions and 42 deletions

View File

@@ -46,7 +46,7 @@ var tests = map[string]testCase{
"host function with numeric parameter": {f: testHostFunctionNumericParameter},
"close module with in-flight calls": {f: testCloseInFlight},
"multiple instantiation from same source": {f: testMultipleInstantiation},
"exported function that grows memory": {f: testMemOps, wazevoSkip: true},
"exported function that grows memory": {f: testMemOps},
"import functions with reference type in signature": {f: testReftypeImports, wazevoSkip: true},
"overflow integer addition": {f: testOverflow},
"un-signed extend global": {f: testGlobalExtend},