Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

wasdk/WasmFiddle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages