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
- Host: GitHub
- URL: https://github.com/oddsdk/stored-wasm-example
- Owner: oddsdk
- License: mit
- Created: 2020-10-12T03:03:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T22:04:52.000Z (about 3 years ago)
- Last Synced: 2025-07-20T11:44:27.790Z (11 months ago)
- Language: HTML
- Size: 2.2 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://fission.codes)
[](https://github.com/oddsdk/ts-odd)
[](https://discord.gg/zAQBDEq)
[](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
```