ink-playground icon indicating copy to clipboard operation
ink-playground copied to clipboard

Implement Caching of compiled WASM

Open achimcc opened this issue 3 years ago • 0 comments

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.

achimcc avatar Sep 25 '21 07:09 achimcc