Skip to content

Commit 414550f

Browse files
committed
docs: remove module instance context APIs section from build documentation
1 parent 8390fc1 commit 414550f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

doc/build_wamr.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -569,21 +569,6 @@ SIMDE (SIMD Everywhere) implements SIMD operations in fast interpreter mode.
569569
> [!WARNING]
570570
> When enabled, you can run `iwasm --disable-bounds-checks` to turn off memory access boundary checks in interpreter mode. This is a [privileged feature](#privileged-features); use it carefully.
571571
572-
### **Module instance context APIs**
573-
574-
- **WAMR_BUILD_MODULE_INST_CONTEXT**=1/0, default to off.
575-
576-
> [!NOTE]
577-
> When enabled, you can set contexts created by the embedder for a module instance through these APIs:
578-
>
579-
> ```C
580-
> wasm_runtime_create_context_key
581-
> wasm_runtime_destroy_context_key
582-
> wasm_runtime_set_context
583-
> wasm_runtime_set_context_spread
584-
> wasm_runtime_get_context
585-
> ```
586-
587572
### **Shared heap among wasm apps and host native**
588573
589574
- **WAMR_BUILD_SHARED_HEAP**=1/0, default to off.

0 commit comments

Comments
 (0)