Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Implement Caching of compiled WASM #15

Open
achimcc opened this issue Sep 25, 2021 · 0 comments
Open

Implement Caching of compiled WASM #15

achimcc opened this issue Sep 25, 2021 · 0 comments
Labels
priority-low size-md TypeScript Issue requires TypeScript/React coding

Comments

@achimcc
Copy link
Contributor

achimcc commented Sep 25, 2021

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 achimcc added size-sm TypeScript Issue requires TypeScript/React coding labels Sep 25, 2021
@achimcc achimcc added size-md and removed size-sm labels Oct 11, 2021
@achimcc achimcc added this to Planned in ink-playground via automation Oct 11, 2021
@achimcc achimcc moved this from Planned to Ready to be done in ink-playground Oct 13, 2021
@achimcc achimcc moved this from Ready to be done to Planned in ink-playground Oct 14, 2021
@achimcc achimcc added this to the innk-playground v1.0 release milestone Oct 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority-low size-md TypeScript Issue requires TypeScript/React coding
Projects
Development

No branches or pull requests

1 participant