An example app showing how to store WebAssembly modules in web native storage. See the Storing WebAssembly Modules guide to learn more.
Clone this repository and install its dependencies:
npm install
To run the example locally:
npm run dev
To build the example:
npm run build