Update export_native_api.md

This commit is contained in:
Wang Xin
2020-03-05 12:48:29 +08:00
committed by GitHub
parent a325c6d3fe
commit 881b46cfc8

View File

@ -76,6 +76,9 @@ if (!wasm_runtime_register_natives("env",
goto fail1;
}
// natives registeration must be done before loading WASM modules
module = wasm_runtime_load(buffer, size, error_buf, sizeof(error_buf));
```
**Function signature**: