leaningtech / cheerp-meta

Cheerp - a C/C++ compiler for Web applications - compiles to WebAssembly and JavaScript
https://labs.leaningtech.com/cheerp
Other
1.02k stars 50 forks source link

Publish on npm #153

Closed bates64 closed 1 year ago

bates64 commented 1 year ago

This PR puts Cheerp on npm. Additionally, it fixes the LICENSE to have LLVM exceptions, and removes docs-related files since these are moving to the labs repo.

This involves a main cheerp package and a set of @leaningtech/cheerp-$platform-$arch implementation packages.

So now Cheerp can be installed and ran via:

$ npx cheerp clang++ ...