This preloads all modules right when Wagi starts up. And then for each request, it clones and executes the module. According to Wasmtime docs, this is a fully supported workflow. I managed to shave off quite a bit more time here than what I got in #151.
This preloads all modules right when Wagi starts up. And then for each request, it clones and executes the module. According to Wasmtime docs, this is a fully supported workflow. I managed to shave off quite a bit more time here than what I got in #151.
Supersedes #151
Signed-off-by: Matt Butcher matt.butcher@fermyon.com