ink-playground
ink-playground copied to clipboard
Implement Caching of compiled WASM
Compilation of the the .wasm file should already be cached after initial load of twe App.
But it seems to be possible to prevent even the re-compilation of the WASM file on every page visit: https://v8.dev/blog/wasm-code-caching
Try to imprment this to optimize load performannce when re-visiting.