Skip to content

Commit 4288a69

Browse files
committed
Initial setup and overview
1 parent de6de14 commit 4288a69

File tree

3 files changed

+371
-14
lines changed

3 files changed

+371
-14
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1-
![Spectec Status](https://github.com/Wasm-DSL/spectec/actions/workflows/ci-spectec.yml/badge.svg)
2-
![Interpreter Status](https://github.com/Wasm-DSL/spectec/actions/workflows/ci-interpreter.yml/badge.svg)
3-
![Spec doc Status](https://github.com/Wasm-DSL/spectec/actions/workflows/ci-spec.yml/badge.svg)
1+
# Custom RTTs
42

5-
[![CI for specs](https://github.com/Wasm-DSL/spectec/actions/workflows/ci-spec.yml/badge.svg)](https://github.com/Wasm-DSL/spectec/actions/workflows/ci-spec.yml)
6-
[![CI for interpreter & tests](https://github.com/Wasm-DSL/spectec/actions/workflows/ci-interpreter.yml/badge.svg)](https://github.com/Wasm-DSL/spectec/actions/workflows/ci-interpreter.yml)
7-
8-
9-
# WebAssembly SpecTec
10-
11-
This repository is a clone of the `wasm-3.0` branch of [github.com/WebAssembly/spec/](https://github.com/WebAssembly/spec/).
12-
It contains the prototype implementation of [SpecTec](spectec/README.md) and a version of the core spec document modified to be built with SpecTec.
3+
This repository contains the WebAssembly proposal for custom RTTs and JS interop for Wasm GC structs.
4+
It is based on the [SpecTec fork](https://github.com/Wasm-DSL/spectec) of the spec repository,
5+
which is in turn based on the `wasm-3.0` branch of [github.com/WebAssembly/spec/](https://github.com/WebAssembly/spec/).
6+
See the [overview](proposals/custom-rtts/Overview.md) for more information.
137

148
Original `README` from upstream repository follows...
159

16-
1710
# spec
1811

1912
This repository holds the sources for the WebAssembly specification,

document/core/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
logo = 'static/webassembly.png'
6767

6868
# The name of the GitHub repository this resides in
69-
repo = 'spec'
69+
repo = 'custom-rtts'
7070

7171
# The name of the proposal it represents, if any
72-
proposal = ''
72+
proposal = 'SpecTec + Custom RTTs'
7373

7474
# The draft version string (clear out for release cuts)
7575
draft = ' (Draft ' + date.today().strftime("%Y-%m-%d") + ')'

0 commit comments

Comments
 (0)