awesome-wasm-langs icon indicating copy to clipboard operation
awesome-wasm-langs copied to clipboard

😎 A curated list of languages that compile directly to or have their VMs in WebAssembly

Results 28 awesome-wasm-langs issues
Sort by recently updated
recently updated
newest added

Hi there, I found another reference of languages that support Wasm ([fermyon reference](https://www.fermyon.com/wasm-languages/webassembly-language-support)), but I see some differences. For example, in this repo, it is stated that Grain language doesn't...

As there is a project compiling R into WASM: https://github.com/georgestagg/webR

The current C# / .NET options are largely limited to Blazor and variants thereof (e.g. a runtime targeting WASM that executes .NET CIL); NativeAOT-LLVM looks to be a promising alternative...

Changing the main repository link because it was added to as a branch to nBallerina repository.

I really apreciate you're referencing work ! I'm really interested in the most recent developements of webassembly, and I'm surprised you don't talk about WASI. [Wasi](https://bytecodealliance.org/articles/1-year-update) is a standard developed...

Suggestion / feature request: List which languages / compilers support [source maps](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k), and which do not.

enhancement

IMHO, this list needs to be split into two: - Languages that target wasm (i.e. emit wasm binaries, like AssemblyScript) - Languages that run on top of wasm (i.e. are...

### TypeScript - https://github.com/ASDAlexander77/TypeScriptCompiler - https://github.com/TurboScriptLang/spec/blob/master/spec.md seems to be the more up-to-date resource on TurboScript, although it looks unmaintained for a few years ### Lisp/Scheme-like languages: - https://github.com/yuriy-chumak/ol, demo at...