Skip to content

Commit 0d74e4f

Browse files
committed
WIP
1 parent 8dd8230 commit 0d74e4f

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@
33
[![Ubuntu](https://github.com/GordonSmith/component-model-cpp/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/GordonSmith/component-model-cpp/actions/workflows/ubuntu.yml)
44
[![codecov](https://codecov.io/gh/GordonSmith/component-model-cpp/graph/badge.svg?token=CORP310T92)](https://codecov.io/gh/GordonSmith/component-model-cpp)
55

6+
> [!WARNING]
7+
> **⚠️ 🚧 DOCUMENTATION UNDER CONSTRUCTION 🚧 ⚠️**
8+
>
9+
> **The documentation is being reorganized and expanded.** Expect incomplete sections, placeholders, and frequent updates as we improve coverage and organization.
10+
611
<p align="center">
712
<img src="https://github.com/WebAssembly/WASI/blob/main/WASI.png?raw=true" height="160" width="auto" />
813
<img src="https://repository-images.githubusercontent.com/254842585/4dfa7580-7ffb-11ea-99d0-46b8fe2f4170" height="160" width="auto" />
914
</p>
1015

1116
# Component Model C++ (Developer Reference)
1217

13-
> **Under Construction:** The documentation is being reorganized and some sections may change without notice.
14-
1518
This repository provides a header-only C++20 implementation of the WebAssembly Component Model canonical ABI. The code mirrors the official [Python Reference](https://github.com/GordonSmith/component-model-cpp/blob/main/ref/component-model/design/mvp/canonical-abi/definitions.py) and the [Specification](https://github.com/GordonSmith/component-model-cpp/blob/main/ref/component-model/design/mvp/CanonicalABI.md). All behavior (naming, state transitions, error conditions) should remain aligned with the reference.
1619

1720
## Official Documentation, Issues, and Discussions

index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ features:
2121
- title: WAMR Support
2222
details: Convenience functions and generated stubs for seamless WebAssembly Micro Runtime integration
2323
- title: WasmTime Support
24-
details: 🚧 Under construction 🚧
24+
details: ⚠️ 🚧 UNDER CONSTRUCTION 🚧 ⚠️
2525
- title: Wasmer Support
26-
details: 🚧 Under construction 🚧
26+
details: ⚠️ 🚧 UNDER CONSTRUCTION 🚧 ⚠️
2727
- title: WasmEdge Support
28-
details: 🚧 Under construction 🚧
28+
details: ⚠️ 🚧 UNDER CONSTRUCTION 🚧 ⚠️
2929

3030
---
31-
> **Under Construction:** Content on this site is evolving quickly; expect placeholders and frequent updates.
31+
::: warning ⚠️ UNDER CONSTRUCTION ⚠️
32+
**This site is under active development.** Content is evolving quickly; expect placeholders, incomplete sections, and frequent updates.
33+
:::
3234

0 commit comments

Comments
 (0)