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

Binary encoding of webIDL #22

Merged
merged 21 commits into from
Apr 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 3 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,8 @@
[![Build Status](https://travis-ci.org/WebAssembly/spec.svg?branch=master)](https://travis-ci.org/WebAssembly/spec)

# Host Bindings Proposal for WebAssembly
# Web IDL Bindings 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 host object bindings (including JS + DOM) support to WebAssembly.
to add Web IDL Bindings support to WebAssembly.

See the [overview](proposals/host-bindings/Overview.md) for a summary of the
See the [explainer](proposals/webidl-bindings/Explainer.md) for a summary of the
proposal.

Original README from upstream repository follows...

# spec

This repository holds the sources for the WebAssembly draft specification
(to seed a future
[WebAssembly Working Group](https://lists.w3.org/Archives/Public/public-new-work/2017Jun/0005.html)),
a reference implementation, and the official testsuite.

A formatted version of the spec is available here:
[webassembly.github.io/spec](https://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](https://github.com/WebAssembly/design)
first, so that this spec repository can remain focused. And please follow the
[guidelines for contributing](Contributing.md).
242 changes: 0 additions & 242 deletions proposals/host-bindings/Overview.md

This file was deleted.

Loading