All Projects → WebAssembly → Tail Call

WebAssembly / Tail Call

Licence: other
Proposal to add tail calls to WebAssembly

Programming Languages

proposal
26 projects

Projects that are alternatives of or similar to Tail Call

Tinygo
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
Stars: ✭ 9,068 (+14765.57%)
Mutual labels:  webassembly
Book Diso Webassembly
A book related repository which name is 《深入浅出 WebAssembly》
Stars: ✭ 49 (-19.67%)
Mutual labels:  webassembly
Wasm Ffi
A lightweight FFI library for JavaScript and WebAssembly
Stars: ✭ 54 (-11.48%)
Mutual labels:  webassembly
Uno.ch9
Ch9 - Uno Reference Implementation project
Stars: ✭ 45 (-26.23%)
Mutual labels:  webassembly
Hidamari
Modern operating system aimed at running WebAssembly code.
Stars: ✭ 49 (-19.67%)
Mutual labels:  webassembly
Nidium
nidium is an ongoing effort for a mobile hw-accelerated rendering engine to create apps and games. Embedding Mozilla JavaScript VM, Google Skia, Facebook Yoga. https://twitter.com/nidiumproject for updates
Stars: ✭ 1,057 (+1632.79%)
Mutual labels:  webassembly
Rustwasm Addon
🦀 + 🕸 + 🦊 // A web-extension to reverse a string. Yep.
Stars: ✭ 41 (-32.79%)
Mutual labels:  webassembly
Proxy Wasm Cpp Sdk
WebAssembly for Proxies (C++ SDK)
Stars: ✭ 55 (-9.84%)
Mutual labels:  webassembly
Asm Dom Boilerplate
A simple boilerplate to start using asm-dom without configuration.
Stars: ✭ 49 (-19.67%)
Mutual labels:  webassembly
Bisweb
This is the repository for the BioImage Suite Web Project
Stars: ✭ 54 (-11.48%)
Mutual labels:  webassembly
Gdscript Online
Try out GDScript without installing Godot
Stars: ✭ 46 (-24.59%)
Mutual labels:  webassembly
Binaryen Rs
Binaryen bindings for Rust.
Stars: ✭ 48 (-21.31%)
Mutual labels:  webassembly
Aioli
Framework for building fast genomics web tools with WebAssembly and WebWorkers
Stars: ✭ 51 (-16.39%)
Mutual labels:  webassembly
Cargo Web
A Cargo subcommand for the client-side Web
Stars: ✭ 1,026 (+1581.97%)
Mutual labels:  webassembly
Rust By Example Ext
Rust by Example -- Extended Edition
Stars: ✭ 56 (-8.2%)
Mutual labels:  webassembly
Winter
Haskell port of the WebAssembly OCaml reference interpreter
Stars: ✭ 42 (-31.15%)
Mutual labels:  webassembly
Hvue
A GopherJS & go/wasm binding for Vue.js
Stars: ✭ 50 (-18.03%)
Mutual labels:  webassembly
Vxformgenerator
The library contains a component, that nests itself into the Blazor EditForm instead of a wrapper around the EditForm. The component is able to generate a form based on a POCO or a ExpandoObject. Because of this architecture the library provides the developer flexibility and direct usage of the EditForm.
Stars: ✭ 60 (-1.64%)
Mutual labels:  webassembly
Tokamak
SwiftUI-compatible framework for building browser apps with WebAssembly and native apps for other platforms
Stars: ✭ 1,083 (+1675.41%)
Mutual labels:  webassembly
Wasmjit
Small Embeddable WebAssembly Runtime
Stars: ✭ 1,063 (+1642.62%)
Mutual labels:  webassembly

Build Status

Tail Call Proposal for WebAssembly

This repository is a clone of github.com/WebAssembly/spec/. It is meant for discussion, prototype specification and implementation of a proposal to add tail call support to WebAssembly.

Original README from upstream repository follows...

spec

This repository holds a prototypical reference implementation for WebAssembly, which is currently serving as the official specification. Eventually, we expect to produce a specification either written in human-readable prose or in a formal specification language.

It also holds the WebAssembly testsuite, which tests numerous aspects of conformance to the spec.

View the work-in-progress spec at webassembly.github.io/spec.

At this time, the contents of this repository are under development and known to be "incomplet and inkorrect".

Participation is welcome. Discussions about new features, significant semantic changes, or any specification change likely to generate substantial discussion should take place in the WebAssembly design repository first, so that this spec repository can remain focused. And please follow the guidelines for contributing.

citing

For citing WebAssembly in LaTeX, use this bibtex file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].