Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://wasdk.github.io/WasmFiddle

WebAssembly Fiddle
https://wasdk.github.io/WasmFiddle

Last synced: 30 days ago
JSON representation

WebAssembly Fiddle

Awesome Lists containing this project

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
```