rollup / rollup-plugin-wasm

This module has moved and is now available at @rollup/plugin-wasm / https://github.com/rollup/plugins/blob/master/packages/wasm
75 stars 13 forks source link

Caching modules #2

Closed jamen closed 6 years ago

jamen commented 7 years ago

It is possible to cache compiled modules with IndexedDB API so it doesn't recompile every reload.

This could be integrated behind the scenes in the loader code.