da995d41ff
Doc tests in pezsc-basic-authorship require a real WASM runtime binary. SKIP_WASM_BUILD=1 produces a dummy blob causing runtime panics. Use wasm32v1-none target for test-doc (needs real WASM), keep SKIP_WASM_BUILD=1 only for build-rustdoc (docs generation only).