You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Design.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,4 +213,4 @@ The Ocre Runtime component defines the `ocre_runtime_vtable` interface (`<ocre/r
213
213
214
214
The built-in runtime is **WAMR/WASI-P1** (`wamr/wasip1`), which uses the WebAssembly Micro-Runtime to execute WASM modules compiled against the WASI Preview 1 ABI. Additional runtime engines can be registered at initialization time via `ocre_initialize()`.
215
215
216
-
Refer to the [Custom Runtime Engine](CustomRuntimeEngine.md) documentation for more details.
216
+
<!--Refer to the [Custom Runtime Engine](CustomRuntimeEngine.md) documentation for more details.-->
0 commit comments