From dc3f06e0e8197893f3ef9bd9ff3bc003487ebe4c Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 3 Sep 2026 07:47:32 -0700 Subject: [PATCH] Remove "status" section from Pulley's `README.md` We already have https://docs.wasmtime.dev/stability-tiers.html for documenting status/stability, and this section was additionally outdated. --- pulley/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pulley/README.md b/pulley/README.md index 8460c4d907a6..455ade4cbb5e 100644 --- a/pulley/README.md +++ b/pulley/README.md @@ -37,11 +37,6 @@ Alliance RFC that originally proposed Pulley][rfc]. [rfc]: https://github.com/bytecodealliance/rfcs/blob/main/accepted/pulley.md -## Status - -Pulley is very much still a work in progress! Expect the details of the bytecode -to change, instructions to appear and disappear, and APIs to be overhauled. - ## Example Here is the disassembly of `f(a, b) = a + b` in Pulley today: