Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jomy10/wasm-lang-temp
Multi-paradigm language for front-end web development. Compiles to WASM and creates small file sizes.
https://github.com/jomy10/wasm-lang-temp
compiler language multi-paradigm programming-language wasm web webassembly webdevelopment
Last synced: 11 days ago
JSON representation
Multi-paradigm language for front-end web development. Compiles to WASM and creates small file sizes.
- Host: GitHub
- URL: https://github.com/jomy10/wasm-lang-temp
- Owner: Jomy10
- Created: 2022-03-27T16:41:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T21:53:30.000Z (over 2 years ago)
- Last Synced: 2024-05-30T16:51:57.627Z (5 months ago)
- Topics: compiler, language, multi-paradigm, programming-language, wasm, web, webassembly, webdevelopment
- Language: Rust
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![codecov](https://codecov.io/gh/mozilla/grcov/branch/master/graph/badge.svg)](https://app.codecov.io/gh/Jomy10/wasm-lang-temp)
This will be a programming language that compiles to wasm and produces small file sizes, so that wasm libraries load fast on websites. It will also support interacting with Javascript and compiling for WASI.
This is a temporary repo until I come up with a good name for the language.
Be shure to check out the [discussions](https://github.com/jomy10/wasm-lang-temp/discussions) tab for syntax discussions.
[wat-conversion-syntax](wat-conversion-syntax) now contains examples of function in the language and their underlying wasm representation