Part of the C++ plugin migration (upstream: WasmEdge/WasmEdge#3840). Blocked by the pilot migration (see Relationships) — follow the recipe in docs/MIGRATING.md once it lands.
Migrate wasi_poll to build, test, and ship from this repository.
Migration notes: experimental proposal, no external deps; no upstream test suite — write a smoke test.
🤖 Generated by Claude Fable 5 with Claude Code
Part of the C++ plugin migration (upstream: WasmEdge/WasmEdge#3840). Blocked by the pilot migration (see Relationships) — follow the recipe in
docs/MIGRATING.mdonce it lands.Migrate
wasi_pollto build, test, and ship from this repository.wasi_pollin the standalone CMake build (its existingWASMEDGE_PLUGIN_*option) against the pinned WasmEdge SDKtest/plugins/wasi_polland make them pass locally — or add a smoke test if no upstream suite exists.github/workflows/build-wasi_poll.yml+.github/scripts/wasi_poll/wasi_poll: tick it off in the core-removal tracking issueMigration notes: experimental proposal, no external deps; no upstream test suite — write a smoke test.
🤖 Generated by Claude Fable 5 with Claude Code