/webassembly-IDBFS-barebones

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

Primary LanguageCThe UnlicenseUnlicense

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