feat: allow lazy server functions (#4169)

This commit is contained in:
Greg Johnston
2025-07-24 07:30:05 -04:00
committed by GitHub
parent deb8e96eb0
commit d33f5c9e77
8 changed files with 85 additions and 36 deletions

1
Cargo.lock generated
View File

@@ -4342,6 +4342,7 @@ name = "wasm_split_helpers"
version = "0.1.1"
dependencies = [
"async-once-cell",
"or_poisoned",
"wasm_split_macros",
]