tail-call
Tail call optimization
Proposal to add support for recursive function calls without stack overflow issues in WebAssembly
Proposal to add tail calls to WebAssembly
111 stars
71 watching
8 forks
Language: WebAssembly
last commit: 3 months ago
Linked from 1 awesome list
proposal
Related projects:
Repository | Description | Stars |
---|---|---|
webassembly/threads | Proposes and discusses support for cooperative threading in WebAssembly to enable concurrent execution of multiple threads within a single WASM module | 705 |
area9innovation/wase | Makes WebAssembly easy to write and compile by providing a friendly language with conventional syntax and type inference | 45 |
rolandpheasant/tailblazer | A modern file tail utility using reactive programming and Dynamic Data | 2,232 |
hatashiro/kou | A compiler for a minimalist programming language designed to be compiled into WebAssembly bytecode | 134 |
surma/bfwasm | Compiles Brainf ck code to WebAssembly | 25 |
bytecodealliance/wasmtime-cpp | Provides C++ API bindings to the WebAssembly runtime engine | 87 |
tailrecursion/cljson | A Clojure/ClojureScript library for accelerating JSON data deserialization in browser applications. | 62 |
reklatsmasters/webassembly-examples | A collection of WebAssembly examples from simple to complex, covering various programming languages and technologies. | 203 |
dfinity-side-projects/dhc | Compiles Haskell to WebAssembly for use in web applications | 166 |
xd-deng/handytools-go-webassembly | Demonstrates Go's compilation to WebAssembly and JavaScript interaction | 66 |
alfonsobries/vue-tailwind | A Vue component library with customizable styles using TailwindCSS | 2,164 |
taoensso/sente | A Clojure/ClojureScript library for building bidirectional, real-time web applications with efficient, low-bandwidth communication protocols. | 1,738 |
masterkale/simplewebauthn | Simplifies WebAuthn integration by providing TypeScript-first libraries for modern browsers and Node.js | 1,616 |
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
nodeca/multimath | Simplifies creation of small CPU-intensive webassembly modules with fallback to JavaScript implementations | 71 |