Skip to content

Commit

Permalink
Merge pull request #1 from WebAssembly/skeleton
Browse files Browse the repository at this point in the history
Add a skeleton updated README/Overview
  • Loading branch information
alexcrichton authored Aug 14, 2024
2 parents bbe955d + 08ae03b commit f9f9c18
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 128-bit arithemtic proposal for WebAssembly.

This repository is a clone of
[`WebAssembly/spec`](https://github.com/WebAssembly/spec/). It is meant for
discussion, prototype specification, and implementation of a proposal to add
support for 128-bit arithmetic instructions for WebAssembly.

* See the [overview](./proposals/128-bit-arithmetic/Overview.md) for a
high-level summary and rationale of the proposal.

Original README from upstream repository follows...

--------------------------------------------------------------------------------

[![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)
[![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)

Expand Down
25 changes: 25 additions & 0 deletions proposals/128-bit-arithmetic/Overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 128-bit arithmetic

## Motivation

... TODO ...

## Proposal

... TODO ...

## Example

... TODO ...

## Spec Changes

... TODO ...

## Implementation Status

... TODO ...

## Alternatives

... TODO ...

0 comments on commit f9f9c18

Please sign in to comment.