Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit e52ecda

Browse files
authored
Merge pull request #21 from WebAssembly/refresh
Refresh, rescope and rename
2 parents 9ada880 + 94f0aea commit e52ecda

8 files changed

+3416
-266
lines changed

README.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,8 @@
1-
[![Build Status](https://travis-ci.org/WebAssembly/spec.svg?branch=master)](https://travis-ci.org/WebAssembly/spec)
2-
3-
# Host Bindings Proposal for WebAssembly
1+
# Web IDL Bindings Proposal for WebAssembly
42

53
This repository is a clone of github.com/WebAssembly/spec/. It is meant for
64
discussion, prototype specification and implementation of a proposal
7-
to add host object bindings (including JS + DOM) support to WebAssembly.
5+
to add Web IDL Bindings support to WebAssembly.
86

9-
See the [overview](proposals/host-bindings/Overview.md) for a summary of the
7+
See the [explainer](proposals/webidl-bindings/Explainer.md) for a summary of the
108
proposal.
11-
12-
Original README from upstream repository follows...
13-
14-
# spec
15-
16-
This repository holds the sources for the WebAssembly draft specification
17-
(to seed a future
18-
[WebAssembly Working Group](https://lists.w3.org/Archives/Public/public-new-work/2017Jun/0005.html)),
19-
a reference implementation, and the official testsuite.
20-
21-
A formatted version of the spec is available here:
22-
[webassembly.github.io/spec](https://webassembly.github.io/spec/),
23-
24-
Participation is welcome. Discussions about new features, significant semantic
25-
changes, or any specification change likely to generate substantial discussion
26-
should take place in
27-
[the WebAssembly design repository](https://github.com/WebAssembly/design)
28-
first, so that this spec repository can remain focused. And please follow the
29-
[guidelines for contributing](Contributing.md).

proposals/host-bindings/Overview.md

Lines changed: 0 additions & 242 deletions
This file was deleted.

0 commit comments

Comments
 (0)