In order to allow pre-emptive initialisation of the wasm module to prevent an unwanted lag on the first request.
Current workaround is calling new HtmlRewriter() and a delay() function, but this functionality should ideally be exported from the library.
In order to allow pre-emptive initialisation of the wasm module to prevent an unwanted lag on the first request.
Current workaround is calling
new HtmlRewriter()and adelay()function, but this functionality should ideally be exported from the library.