Prewarm wasm workers before accepting requests

This commit is contained in:
udo
2026-07-16 21:00:46 +00:00
parent 83c05111a9
commit ee2177f4b4
4 changed files with 23 additions and 0 deletions
+5
View File
@@ -88,6 +88,11 @@ static String wasm_backend_ensure_started(Request* context)
return("");
}
String wasm_backend_start(Request& request)
{
return(wasm_backend_ensure_started(&request));
}
static bool wasm_artifact_exists(Request* context, const String& entry_unit)
{
if(entry_unit == "")