Wang Xin 5 лет назад
Родитель
Сommit
a325c6d3fe
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      doc/export_native_api.md

+ 4 - 0
doc/export_native_api.md

@@ -64,6 +64,10 @@ static NativeSymbol native_symbols[] =
     }    
 };
 
+// ensure the memory and runtime initialization is finsihed
+// before registering the native functions
+bh_memory_init_with_pool(global_heap_buf, sizeof(global_heap_buf));
+wasm_runtime_init();
 
 int n_native_symbols = sizeof(native_symbols) / sizeof(NativeSymbol);
 if (!wasm_runtime_register_natives("env",