Skip to content
Threads and Atomics in WebAssembly
Branch: master
Clone or download
chicoxyzzy and binji add syntax highlighting (#137)
* add syntax highlighting

* Update Overview.md
Latest commit 76f4baf Apr 29, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
document [spec] Rename atomic RMW instructions (#130) Feb 13, 2019
interpreter [interpreter] Implement trivial wait/notify cases (#131) Feb 19, 2019
papers Rectify licensing (#496) Jun 13, 2017
proposals/threads add syntax highlighting (#137) Apr 29, 2019
test Improve tests for evaluation order. (#134) Feb 20, 2019
.gitattributes Adjust .gitattribute Mar 22, 2017
.gitignore [infra] Update .gitignore Jul 31, 2017
.gitmodules Update katex to v0.10.0 (#949) Jan 24, 2019
.travis.yml Pin sphinx to v1.7.9 to workaround upstream bug (#875) Sep 13, 2018
Contributing.md Fix an obvious broken link. Aug 13, 2015
LICENSE Rectify licensing (#496) Jun 13, 2017
README.md Remove proposal text that has been separated out Jan 16, 2018
deploy_key.enc Improve build and fix typos (#628) Jan 3, 2018
w3c.json

README.md

Build Status

Threads 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 threads support to WebAssembly.

See the overview for a summary of the proposal.

A formatted version of the spec with proposed changes is available here: webassembly.github.io/threads.

Original README from upstream repository follows...

spec

This repository holds the sources for the WebAssembly draft specification (to seed a future WebAssembly Working Group), a reference implementation, and the official testsuite.

A formatted version of the spec is available here: webassembly.github.io/spec,

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.

You can’t perform that action at this time.