Skip to content

HTTP Rust WASI P3 Template Failing #3485

@kate-goldenring

Description

@kate-goldenring

Cannot get http-rust-wasip3-unstable working with Spin 4.0

Repro

curl -fsSL https://spinframework.dev/downloads/install.sh | bash
rustup target add wasm32-wasip1 wasm32-wasip2
sudo mv spin /usr/local/bin/
spin templates install --git https://github.com/spinframework/spin --update
spin new --accept-defaults --template http-rust-wasip3-unstable hellowasip3
cd hellowasip3/
spin build
spin up

Error:

Logging component stdio to ".spin/logs/"
Error: component imports instance `wasi:http/types@0.3.0-rc-2026-01-06`, but a matching implementation was not found in the linker

Caused by:
   0: instance export `response` has the wrong type
   1: resource implementation is missing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions