diff options
Diffstat (limited to 'test/wasm-only.asm.js')
-rw-r--r-- | test/wasm-only.asm.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/wasm-only.asm.js b/test/wasm-only.asm.js index eab63ba2b..e4ec8b5f7 100644 --- a/test/wasm-only.asm.js +++ b/test/wasm-only.asm.js @@ -237,6 +237,8 @@ function asm(global, env, buffer) { switch64(i64(0)) | 0; } + var FUNCTION_TABLE_X = [illegalImport]; // must stay ok in the table, not legalized, as it will be called internally by the true type + return { test64: test64, illegalParam : illegalParam, illegalResult: illegalResult, keepAlive: keepAlive }; } |