Skip to content

Commit d1725c3

Browse files
author
Peter Huene
authored
Remove status section from the README. (#244)
Given where Wasmtime and WASI 0.2.0 are, I think it's probably time to remove this blurb from the README.
1 parent 0aebabd commit d1725c3

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -137,23 +137,6 @@ ecosystem such that `cargo` itself might support them.
137137

138138
Until that time, there's `cargo component`!
139139

140-
## Status
141-
142-
A quick note on the implementation status of the component model
143-
proposal.
144-
145-
At this time of this writing, no WebAssembly runtimes have fully
146-
implemented the component model proposal.
147-
148-
[Wasmtime](https://github.com/bytecodealliance/wasmtime)
149-
has implementation efforts underway to support it, but it's still a
150-
_work-in-progress_.
151-
152-
Until runtime support grows and additional tools are implemented
153-
for linking components together, the usefulness of `cargo component`
154-
today is effectively limited to creating components that runtime
155-
and tooling developers can use to test their implementations.
156-
157140
## WASI Support
158141

159142
Currently `cargo component` targets `wasm32-wasi` by default.

0 commit comments

Comments
 (0)