diff --git a/docs/develop/getting-started/faq.md b/docs/develop/getting-started/faq.md index ee3d128c..9e9f685a 100644 --- a/docs/develop/getting-started/faq.md +++ b/docs/develop/getting-started/faq.md @@ -20,7 +20,7 @@ The WasmEdge runtime follows a general flow: parsing the Wasm file, validating t ## 4. Why is my plugin crashing? -If your plugin crashes, it might be due to several reasons. It could be related to incorrect use of the WasmEdge API, or the plugin may be incompatible with the WasmEdge version you're using. It's recommended to debug the plugin using a debugger tool to get more detailed error information. Also it you should check the [plug-in documentation](../contribute/plugin/test_plugin.md) +If your plugin crashes, it might be due to several reasons. It could be related to incorrect use of the WasmEdge API, or the plugin may be incompatible with the WasmEdge version you're using. It's recommended to debug the plugin using a debugger tool to get more detailed error information. Also it you should check the [plug-in documentation](..../contribute/plugin/test_plugin.md) ## 5. How to create a VM to call `infer()` in a Wasm library? diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/develop/getting-started/faq.md b/i18n/zh/docusaurus-plugin-content-docs/current/develop/getting-started/faq.md index ee3d128c..9e9f685a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/develop/getting-started/faq.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/develop/getting-started/faq.md @@ -20,7 +20,7 @@ The WasmEdge runtime follows a general flow: parsing the Wasm file, validating t ## 4. Why is my plugin crashing? -If your plugin crashes, it might be due to several reasons. It could be related to incorrect use of the WasmEdge API, or the plugin may be incompatible with the WasmEdge version you're using. It's recommended to debug the plugin using a debugger tool to get more detailed error information. Also it you should check the [plug-in documentation](../contribute/plugin/test_plugin.md) +If your plugin crashes, it might be due to several reasons. It could be related to incorrect use of the WasmEdge API, or the plugin may be incompatible with the WasmEdge version you're using. It's recommended to debug the plugin using a debugger tool to get more detailed error information. Also it you should check the [plug-in documentation](..../contribute/plugin/test_plugin.md) ## 5. How to create a VM to call `infer()` in a Wasm library?