0.0.16 • Published 6 years ago

holyc v0.0.16

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

holyc

Installation

npm install -g holyc

The first installation will be slow.

Usage for C++

holyc++ path/to/something.cpp

The WASM binary will then be available at something.cpp.wasm.

Options

namedescription
--show-wastShow wast output
--no-cleanDisable cleaning of intermediate formats

FAQ

How does it compare to Emscripten

Emscripten is able to compile the libc where Holyc won't.

You can easily reproduce this benchmark by following C_to_wasm.

hello.c:

int main() {
  return 0;
}

Emscripten:

filesize (bytes)
hello.wasm21856
hello.js (loader)99710

Holyc:

filesize (bytes)
hello.wasm78
hello.js (loader)unknown currently (see here for a hint)
0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago