Skip to content

Rust successfully compiles to Wasm but Wasm does not execute correctly - image rotation #9

@tpmccallum

Description

@tpmccallum

The image rotate Rust code [1] compiles to wasm but produces an error when being executed over HTTP [2] via the FaaS. Evidently, for the same reason, the live demo [3] does not work.

The error produced by the failed execution is as follows

ERROR [default]     When executing function name: "rotate_an_image"

[1] https://github.com/second-state/wasm-learning/blob/master/faas/image-rotate/src/lib.rs
[2] ERROR [default] When executing function name: "rotate_an_image"
[3] https://second-state.github.io/wasm-learning/faas/image-rotate/html/index.html

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