Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

kou

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kou

A minimal language compiled into wasm bytecode

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

kou

A minimal language compiled into wasm bytecode

npm Travis code style: prettier

Language specification

Please refer to SPEC.md.

Demonstration

asciicast

Milestones

  • Tokenizer
  • Parser
  • Desugarer
  • Type checker
  • Code generator for wasm
  • Module system
  • JS interop
  • IO
  • Bootstrapping

Install

npm i -g kou

Usage

Compile:

kouc hello.kou -o hello.wasm

# For the detailed usage
kouc --help

Run in CLI:

kou hello.wasm

# For the detailed usage
kou --help

Reference

License

MIT

FAQs

Package last updated on 09 May 2019

Did you know?

Socket

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