Fix some coding style issues, fix doc typo and refine some codes (#392)

This commit is contained in:
Wenyong Huang
2020-09-20 08:20:45 +08:00
committed by GitHub
parent 7c8ccc7c26
commit e501a6963b
20 changed files with 155 additions and 227 deletions

View File

@ -2202,9 +2202,9 @@ interp_process_export(wasm_store_t *store,
external = wasm_global_as_extern(global);
break;
// TODO:
case EXPORT_KIND_MEMORY:
case EXPORT_KIND_TABLE:
/* TODO: */
break;
default:
goto failed;