Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
W

WebAssemblyStudio

> 编程语言
Open source

Learn, Teach, Work and Play in the WebAssembly Studio

2.9K stars0 likes0 views
WebsiteGitHub

About

Learn, Teach, Work and Play in the WebAssembly Studio

WebAssembly Studio

This repository contains the (defunct) WebAssembly Studio 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

To build WebAssembly Studio whenever a file changes run:

npm run build-watch

To start a dev web server run:

npm run dev-server

Before submitting a pull request run:

npm test

Contributing

Please get familiar with the contributing guide.

Any doubts or questions? You can always find us on slack at http://wasm-studio.slack.com

Need a slack invite? https://wasm-studio-invite.herokuapp.com/

Credits

This project depends on several excellent libraries and tools:

  • Monaco Editor is used for rich text editing, tree views and context menus.

  • WebAssembly Binary Toolkit is used to assemble and disassemble .wasm files.

  • Binaryen is used to validate and optimize .wasm files.

  • Clang Format is used to format C/C++ files.

  • Cassowary.js is used to make split panes work.

  • Showdown is used to automatically preview .md files.

  • Capstone.js is used to disassemble x86 code.

  • LLVM, Rust, Emscripten running server side.

  • And of course: React, WebPack, TypeScript and TSLint.

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •Monaco Editor is used for rich text editing, tree views and context menus.
  • •WebAssembly Binary Toolkit is used to assemble and disassemble .wasm files.
  • •Binaryen is used to validate and optimize .wasm files.
  • •Clang Format is used to format C/C++ files.
  • •Cassowary.js is used to make split panes work.
  • •Showdown is used to automatically preview .md files.
  • •Capstone.js is used to disassemble x86 code.
  • •LLVM, Rust, Emscripten running server side.
  • •And of course: React, WebPack, TypeScript and TSLint.

> Tags

TypeScript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言