All Projects → WebAssembly → function-references

WebAssembly / function-references

Licence: other
Proposal for Typed Function References

Programming Languages

WebAssembly
147 projects
python
139335 projects - #7 most used programming language
ocaml
1615 projects
javascript
184084 projects - #8 most used programming language
Bikeshed
17 projects
Batchfile
5799 projects

Build Status

Function Reference Types 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 support for basic function reference types to WebAssembly.

  • See the overview for a summary of the proposal.

  • See the modified spec for details. (Note, link is 404.)

The repository is now based on the bulk operations proposal and includes all respective changes.

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].