summaryrefslogtreecommitdiffstats
path: root/js/src/wasm/WasmRealm.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/wasm/WasmRealm.h')
-rw-r--r--js/src/wasm/WasmRealm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/src/wasm/WasmRealm.h b/js/src/wasm/WasmRealm.h
index 6ad7c435b9..46267456f1 100644
--- a/js/src/wasm/WasmRealm.h
+++ b/js/src/wasm/WasmRealm.h
@@ -78,6 +78,12 @@ extern void InterruptRunningCode(JSContext* cx);
void ResetInterruptState(JSContext* cx);
+#ifdef ENABLE_WASM_JSPI
+void UpdateInstanceStackLimitsForSuspendableStack(JSContext* cx,
+ JS::NativeStackLimit limit);
+void ResetInstanceStackLimits(JSContext* cx);
+#endif
+
} // namespace wasm
} // namespace js