Skip to content

Learn, Teach, Work and Play in the WebAssembly Studio

License

Notifications You must be signed in to change notification settings

8adre/WebAssemblyStudio

Repository files navigation

WasmFiddle

This repository contains the WasmFiddle website source code.

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

To build WasmFiddle whenever a file changes run:

npm run build-watch

To start a dev web server run:

webpack-dev-server

About

Learn, Teach, Work and Play in the WebAssembly Studio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.8%
  • CSS 4.8%
  • JavaScript 4.0%
  • Rust 2.7%
  • HTML 0.3%
  • WebAssembly 0.2%
  • Other 0.2%