summaryrefslogtreecommitdiff
path: root/src/asm_v_wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asm_v_wasm.h')
-rw-r--r--src/asm_v_wasm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/asm_v_wasm.h b/src/asm_v_wasm.h
index d2089b569..aaa7cabd0 100644
--- a/src/asm_v_wasm.h
+++ b/src/asm_v_wasm.h
@@ -18,12 +18,11 @@
#define wasm_asm_v_wasm_h
#include "emscripten-optimizer/optimizer.h"
-#include "mixed_arena.h"
#include "wasm.h"
namespace wasm {
-AsmType wasmToAsmType(Type type);
+JsType wasmToJsType(Type type);
char getSig(Type type);
std::string getSig(Type results, Type params);