You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/Wasm-DSL/spectec/actions/workflows/ci-spec.yml)
6
-
[](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.
13
7
14
8
Original `README` from upstream repository follows...
15
9
16
-
17
10
# spec
18
11
19
12
This repository holds the sources for the WebAssembly specification,
0 commit comments