wasm-slideshow 0.1.0

A WASM module for scrolling through slides on a specific page.
wasm-slideshow-0.1.0 doesn't have any documentation.
The wasm functions for managing my slides. This crate should only function in a browser. Static globals are used to ensure that closures are kept in memory, while not simply forgetting them due to need for reuse at times. An associated script, `compile.sh` will call wasm-pack with the arguments used for building the server's static resources.