Interface validation when publishing a package compiled with cargo wasix build
#4161
Labels
priority-medium
Medium priority issue
Milestone
Describe the bug
I just tried to publish a package (wasmerio/fork-bomb) that was compiled using
cargo wasix build
and ran into validation errors. It looks like our code for interfaces doesn't know about WASIX, or at least thewasix_32v1
interface.Steps to reproduce
The error complains about loads of missing imports from the
wasix_32v1
namespace.Additional context
The text was updated successfully, but these errors were encountered: