Skip to content

Commit

Permalink
hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmohona committed Jan 6, 2024
1 parent 7cbf126 commit 79fe907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/develop/getting-started/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 79fe907

Please sign in to comment.