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.
- Host: GitHub
- URL: https://github.com/micheleriva/c-vs-ts-wasm
- Owner: micheleriva
- License: mit
- Created: 2018-08-07T13:29:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T15:23:44.000Z (about 7 years ago)
- Last Synced: 2025-02-07T12:47:21.136Z (8 months ago)
- Topics: assembly, c, compilers, cpp, haskell, typescript, wasm, wat, webassembly
- Language: WebAssembly
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.gitcd c-vs-ts-wasm
make install
```# License
[MIT](/LICENSE.md)