An open API service indexing awesome lists of open source software.

https://github.com/micheleriva/c-vs-ts-wasm

👽Simple repo I made for myself just to test some WebAssembly compilers.
https://github.com/micheleriva/c-vs-ts-wasm

assembly c compilers cpp haskell typescript wasm wat webassembly

Last synced: 7 months ago
JSON representation

👽Simple repo I made for myself just to test some WebAssembly compilers.

Awesome Lists containing this project

README

          

# 👽 TS-C to Wasm

Simple repo I made for myself just to test some WebAssembly compilers.

# Tested compilers

- **C Language**
- gcc
- emcc

- **TypeScript**
- assemblyscript

- **Haskell (wip)**
- ghc
- asterius

# Installation

```sh
git clone https://github.com/micheleriva/c-vs-ts-wasm.git

cd c-vs-ts-wasm

make install
```

# License
[MIT](/LICENSE.md)