Skip to content

Commit c21cc29

Browse files
committed
docs(Design): remove link to non existing doc
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 6e738bd commit c21cc29

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/Design.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,3 @@ Refer to the [Ocre Shell](OcreCli.md) documentation for more details.
212212
The Ocre Runtime component defines the `ocre_runtime_vtable` interface (`<ocre/runtime/vtable.h>`), which is the plugin contract for custom runtime engines. The vtable includes function pointers for `init`, `deinit`, `create`, `destroy`, `thread_execute`, `stop`, `kill`, `pause`, and `unpause`.
213213

214214
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-
216-
Refer to the [Custom Runtime Engine](CustomRuntimeEngine.md) documentation for more details.

0 commit comments

Comments
 (0)