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: doc/build_wamr.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -569,21 +569,6 @@ SIMDE (SIMD Everywhere) implements SIMD operations in fast interpreter mode.
569
569
> [!WARNING]
570
570
> 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.
571
571
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
-
587
572
### **Shared heap among wasm apps and host native**
0 commit comments