diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 2d2d30fa..5d3171cf 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -19,6 +19,7 @@ #define WASM_BINARY_MAGIC 0x6d736100 #define WASM_BINARY_VERSION 0x0b +#define WASM_BINARY_TYPE_FORM_FUNCTION 0x40 #define WASM_SECTION_NAME_TYPE "type" #define WASM_SECTION_NAME_IMPORT "import" |