quad-storage-sys 0.1.0

Simple local storage API using Web Storage API in WASM. This only works on wasm. For a higher level API use quad-storage.
Documentation

Provides access to the browser's local storage.

Add file quad-storage/js/quad-storage.js to your project.

Add file sapp-jsutils/js/sapp_jsutils.js file to your project.

Add this lines after loading of gl.js and before loading of your wasm in your index.html:

<script src="sapp_jsutils.js"></script>
<script src="quad-storage.js"></script>

Done! Now you can use this crate.