https://github.com/dessert-wasm/dessert-demo
Dessert demo
https://github.com/dessert-wasm/dessert-demo
demo js json wasm yaml
Last synced: 3 months ago
JSON representation
Dessert demo
- Host: GitHub
- URL: https://github.com/dessert-wasm/dessert-demo
- Owner: dessert-wasm
- Created: 2019-05-19T22:28:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:12:18.000Z (over 3 years ago)
- Last Synced: 2025-03-25T13:12:42.497Z (over 1 year ago)
- Topics: demo, js, json, wasm, yaml
- Language: JavaScript
- Homepage:
- Size: 4.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dessert Demo
This toy project allows you to parse YAML into JSON. It is part of the
[Dessert](#) project. We use it in order to demonstrate how easy it is
to replace a JavaScript block of your application to a WASM one and improve
performance at less cost. Please, take a look at [this page](#) if you want to
know more.
## Run locally
This demo is a standard React application. So:
```
npm install
npm start
```
## WASM integration
This project is configured to work with WASM components. Take a look
at [this page](#) if you want to learn to do so.