Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://wasdk.github.io/WasmFiddle
WebAssembly Fiddle
https://wasdk.github.io/WasmFiddle
Last synced: about 24 hours ago
JSON representation
WebAssembly Fiddle
- Host: GitHub
- URL: https://wasdk.github.io/WasmFiddle
- Owner: wasdk
- Archived: true
- Created: 2017-03-09T02:35:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T22:51:29.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T23:39:31.990Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://wasmfiddle.com
- Size: 4.76 MB
- Stars: 183
- Watchers: 14
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wasm - WasmFiddle
README
WasmFiddle
====
This repository contains the WasmFiddle website source code.Deprecation notice
====
The project scope was extended. We created a new repository at https://github.com/wasdk/WebAssemblyStudio -- the development will be continued there.Running your own local copy of the website
===To run a local copy, you will need to install node.js and webpack on your computer, then run the following commands:
```
npm install
npm install --only=dev
```To build WasmFiddle whenever a file changes run:
```
npm run build-watch
```To start a dev web server run:
```
npm run dev-server
```