Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 346 Bytes

File metadata and controls

14 lines (10 loc) · 346 Bytes

webassembly-IDBFS-barebones

A minimum working example of making use of IDBFS (browser storage)

Quick Start

Run build.sh to compile the example. This will create two files:

  • IDBFS_utils.wasm
  • IDBFS_utils.js

To see the example run publish the files below into your webserver

  • IDBFS_utils.wasm
  • IDBFS_utils.js
  • index.html