Socket
Socket
Sign inDemoInstall

@sourceacademy/c-slang

Package Overview
Dependencies
5
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @sourceacademy/c-slang

C compiler that generates WebAssembly code, written in TypeScript, intended for teaching C programming in a browser-only environment.


Version published
Weekly downloads
295
decreased by-14.49%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

c-slang

C compiler that generates WebAssembly code, written in TypeScript, intended for teaching C programming in a browser-only environment.

This repository consists of 2 subprojects:

  • ctowasm: a C compiler that generates WebAssembly code, written in TypeScript, intended for teaching C programming in a browser-only environment. Refer to the README in the ctowasm project directory for more information on ctowasm
  • c-viz: a C code interpreter & visualizer

Build Instructions

  1. Ensure you are in the root of the repository
  2. Install the c-viz submodule with git submodule update --init
  3. Run yarn install to install dependencies
  4. Run yarn install-all to install all dependencies of subprojects
  5. Run yarn build to build the project

c-slang can then be published to npm by running yarn publish

FAQs

Last updated on 23 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc