Skip to content

Commit

Permalink
Initial setup and overview
Browse files Browse the repository at this point in the history
  • Loading branch information
tlively committed Feb 14, 2025
1 parent de6de14 commit 4288a69
Show file tree
Hide file tree
Showing 3 changed files with 371 additions and 14 deletions.
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
![Spectec Status](https://github.com/Wasm-DSL/spectec/actions/workflows/ci-spectec.yml/badge.svg)
![Interpreter Status](https://github.com/Wasm-DSL/spectec/actions/workflows/ci-interpreter.yml/badge.svg)
![Spec doc Status](https://github.com/Wasm-DSL/spectec/actions/workflows/ci-spec.yml/badge.svg)
# Custom RTTs

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


# WebAssembly SpecTec

This repository is a clone of the `wasm-3.0` branch of [github.com/WebAssembly/spec/](https://github.com/WebAssembly/spec/).
It contains the prototype implementation of [SpecTec](spectec/README.md) and a version of the core spec document modified to be built with SpecTec.
This repository contains the WebAssembly proposal for custom RTTs and JS interop for Wasm GC structs.
It is based on the [SpecTec fork](https://github.com/Wasm-DSL/spectec) of the spec repository,
which is in turn based on the `wasm-3.0` branch of [github.com/WebAssembly/spec/](https://github.com/WebAssembly/spec/).
See the [overview](proposals/custom-rtts/Overview.md) for more information.

Original `README` from upstream repository follows...


# spec

This repository holds the sources for the WebAssembly specification,
Expand Down
4 changes: 2 additions & 2 deletions document/core/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
logo = 'static/webassembly.png'

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

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

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

0 comments on commit 4288a69

Please # to comment.