New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ictrobot/c2wasm

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

@ictrobot/c2wasm

C Compiler To WebAssembly

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

c2wasm

Compiler demo

Other demos:

Features

Compiles most of c89 excluding nested typedefs and with reduced standard library and goto support.

Also supports the following c99 features:

  • Declarations anywhere inside blocks
  • _Bool / stdbool.h
  • stdint.h

License

MIT License.

Files in src/c_library/impl/libraries have their own licenses inside each folder.

Files in tests/benchmark/*/ also have their own licenses.

Compatibility

Compatible with Node.js 15.x and 16.x. On Windows, benchmarking is done in WSL.

Compatible with Node.js 14.x using the --experimental-wasm-bigint flag, which can be used to run the tests using npm test -- --node-arguments=--experimental-wasm-bigint. Benchmarking is not supported.

FAQs

Package last updated on 07 May 2021

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