Is wasm32-wasip2 experimental?

The rustc book classifies wasm32-wasip2 as tier 2, but at the same time states (reference):

The wasm32-wasip2 target is a new and still (as of January 2024) an experimental target.

On the other hand, wasm32-wasip1 is also classified as tier 2, but lacks the "experimental" wording (reference). Reading the target policy for tier 2 (reference), it sounds that that tier isn't really "experimental" but a rather usable state.

Reading the following Rust issues, I thing the statement from "January 2024" is somewhat outdated:

So my questions are:

  1. Is wasm32-wasip2 actually experimental?
  2. Is wasm32-wasip2 more unstable/experimental than wasm32-wasip1?