File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 34
34
#define TOYWASM_USE_LOCALTYPE_CELLIDX
35
35
#define TOYWASM_ENABLE_WRITER
36
36
#define TOYWASM_ENABLE_WASM_SIMD
37
+ #define TOYWASM_ENABLE_WASM_EXCEPTION_HANDLING
37
38
#define TOYWASM_ENABLE_WASM_EXTENDED_CONST
38
39
#define TOYWASM_ENABLE_WASM_MULTI_MEMORY
39
40
#define TOYWASM_ENABLE_WASM_TAILCALL
Original file line number Diff line number Diff line change 21
21
#if !defined(_TOYWASM_VERSION_H )
22
22
#define _TOYWASM_VERSION_H
23
23
24
- #define TOYWASM_VERSION "v35 .0.0"
24
+ #define TOYWASM_VERSION "v36 .0.0"
25
25
26
26
#endif /* !defined(_TOYWASM_VERSION_H) */
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ const char *const toywasm_config_string =
47
47
"\tTOYWASM_USE_LOCALTYPE_CELLIDX = ON\n"
48
48
"\tTOYWASM_PREALLOC_SHARED_MEMORY = OFF\n"
49
49
"\tTOYWASM_ENABLE_WRITER = ON\n"
50
+ "\tTOYWASM_ENABLE_WASM_EXCEPTION_HANDLING = ON\n"
50
51
"\tTOYWASM_ENABLE_WASM_SIMD = ON\n"
51
52
"\tTOYWASM_ENABLE_WASM_EXTENDED_CONST = ON\n"
52
53
"\tTOYWASM_ENABLE_WASM_MULTI_MEMORY = ON\n"
You can’t perform that action at this time.
0 commit comments