• This repository has been archived on 18/Dec/2023
  • Stars
    star
    182
  • Rank 211,154 (Top 5 %)
  • Language
    JavaScript
  • Created over 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WebAssembly Fiddle

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