项目作者: effect-handlers

项目描述 :
WebAssembly specification, reference interpreter, and test suite with effect handlers extension.
高级语言: WebAssembly
项目地址: git://github.com/effect-handlers/wasm-effect-handlers.git
创建时间: 2018-05-02T10:17:05Z
项目社区:https://github.com/effect-handlers/wasm-effect-handlers

开源协议:Other

下载


This repository is out-of-date. The development has moved to the wasm-spec repository.


Build Status

Effect Handlers 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 delimited control via effect handlers 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.