An open API service indexing awesome lists of open source software.

https://github.com/oddsdk/stored-wasm-example

Demonstration of stored wasm modules with webnative storage
https://github.com/oddsdk/stored-wasm-example

Last synced: 10 months ago
JSON representation

Demonstration of stored wasm modules with webnative storage

Awesome Lists containing this project

README

          

[![Built by FISSION](https://img.shields.io/badge/⌘-Built_by_FISSION-purple.svg)](https://fission.codes)
[![Built by FISSION](https://img.shields.io/badge/@oddjs/odd-v0.37.0-purple.svg )](https://github.com/oddsdk/ts-odd)
[![Discord](https://img.shields.io/discord/478735028319158273.svg)](https://discord.gg/zAQBDEq)
[![Discourse](https://img.shields.io/discourse/https/talk.fission.codes/topics)](https://talk.fission.codes)

# fission-stored-wasm-example

An example app showing how to store WebAssembly modules in web native storage. See the [Storing WebAssembly Modules](https://docs.odd.dev/storing-webassembly-modules) guide to learn more.

## Setup

Clone this repository and install its dependencies:

```
npm install
```

## Develop

To run the example locally:

```
npm run dev
```

## Build

To build the example:

```
npm run build
```