Refactor error/exception strings to reduce binary size (#359)
This commit is contained in:
@ -79,10 +79,6 @@ typedef struct WASMMemoryInstanceCommon {
|
||||
typedef package_type_t PackageType;
|
||||
typedef wasm_section_t WASMSection, AOTSection;
|
||||
|
||||
void
|
||||
set_error_buf_v(char *error_buf, uint32 error_buf_size, const char *format,
|
||||
...);
|
||||
|
||||
/* See wasm_export.h for description */
|
||||
bool
|
||||
wasm_runtime_init(void);
|
||||
|
||||
Reference in New Issue
Block a user