Skip to content

Commit 54dc0b0

Browse files
authored
Restore README and proposal dir from main-legacy (#241)
1 parent 83de964 commit 54dc0b0

File tree

4 files changed

+737
-2
lines changed

4 files changed

+737
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
[![CI for specs](https://github.com/WebAssembly/spec/actions/workflows/ci-spec.yml/badge.svg)](https://github.com/WebAssembly/spec/actions/workflows/ci-spec.yml)
2-
[![CI for interpreter & tests](https://github.com/WebAssembly/spec/actions/workflows/ci-interpreter.yml/badge.svg)](https://github.com/WebAssembly/spec/actions/workflows/ci-interpreter.yml)
1+
[![Build Status](https://travis-ci.org/WebAssembly/threads.svg?branch=master)](https://travis-ci.org/WebAssembly/threads)
2+
3+
# Threads Proposal for WebAssembly
4+
5+
This repository is a clone of github.com/WebAssembly/spec/. It is meant for
6+
discussion, prototype specification and implementation of a proposal to threads
7+
support to WebAssembly.
8+
9+
See the [overview](proposals/threads/Overview.md) for a summary of the proposal.
10+
11+
A formatted version of the spec with proposed changes is available here:
12+
[webassembly.github.io/threads](https://webassembly.github.io/threads/).
13+
14+
Original README from upstream repository follows...
315

416
# spec
517

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Proposal to conditionally initialize segments
2+
3+
This has been separated into
4+
[its own proposal](https://github.com/WebAssembly/conditional-segment-initialization/).

proposals/threads/Globals.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
# Import/Export mutable globals proposal
3+
4+
This has been separated into
5+
[its own proposal](https://github.com/WebAssembly/mutable-global/).

0 commit comments

Comments
 (0)