Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dessert-wasm/dessert-demo
Dessert demo
https://github.com/dessert-wasm/dessert-demo
demo js json wasm yaml
Last synced: 24 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:12:18.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:07:01.927Z (4 months ago)
- Topics: demo, js, json, wasm, yaml
- Language: JavaScript
- Homepage:
- Size: 4.76 MB
- Stars: 0
- Watchers: 2
- 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.