Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 2.76 KB

README.md

File metadata and controls

66 lines (45 loc) · 2.76 KB

🚧 Under construction 👷‍♂️

Emception

😱 Emscripten, but it's in your browser
🔀 Forked from jprendes/emception

🚀 Lets you compile & run C/C++ source code in your browser
🧙‍♂️ Uses WebAssembly magic

👀 You might be looking for our playground's source code. This is housed in a separate emception/playground repository.

❤️ In the future, this repository may become the official home of Emception. For now, though, this should be treated as a fork.

Installation

You can install this package locally using npm, or import it directly from an npm CDN like jsDelivr or esm.sh.

npm install @emception/emception
import {} from "https://esm.sh/@emception/emception";

Usage

npm jsDelivr esm.sh

// TBD

Development

CMake Node.js Vite TypeScript

Building the project

TODO: Add build instructions