Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1016)

Unified Diff: src/api.cc

Issue 2403093002: [wasm] Canonicalize function signature indices for matching in indirect calls. (Closed)
Patch Set: Add TODO for myself Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/api.cc
diff --git a/src/api.cc b/src/api.cc
index 82ace9c55be6c16cbfa0e9201a910d67ba7a5f12..3392438b5f2b05a79d07983dc540dd85e27a126e 100644
--- a/src/api.cc
+++ b/src/api.cc
@@ -73,6 +73,7 @@
#include "src/version.h"
#include "src/vm-state-inl.h"
#include "src/wasm/wasm-module.h"
+#include "src/wasm/wasm-result.h"
namespace v8 {
« no previous file with comments | « BUILD.gn ('k') | src/compiler/wasm-compiler.cc » ('j') | src/wasm/signature-map.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698