|
1 |
| -[](https://travis-ci.org/WebAssembly/spec) |
2 |
| - |
3 |
| -# Host Bindings Proposal for WebAssembly |
| 1 | +# Web IDL Bindings Proposal for WebAssembly |
4 | 2 |
|
5 | 3 | This repository is a clone of github.com/WebAssembly/spec/. It is meant for
|
6 | 4 | 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. |
8 | 6 |
|
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 |
10 | 8 | 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). |
0 commit comments