Open
Description
With deno_varnish I found it was necessary to warmup the FFI calling codepaths before the ephemeral instance fork. This might be necessary for other JITed runtimes too so I wonder if it makes sense to add this functionality into libvmod-tinykvm itself, perhaps adding settings for warmup_url
and warmup_count
to the json configuration.