Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #117 from bytecodealliance/pch/trappable_for_real_…
Browse files Browse the repository at this point in the history
…this_time

Use trappable errors in host bindings for wasi-filesystem
  • Loading branch information
pchickey authored Mar 21, 2023
2 parents 83a7165 + 883f9f1 commit 408f0bf
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 267 deletions.
1 change: 1 addition & 0 deletions host/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pub mod wasi {
world: "command",
tracing: true,
async: true,
trappable_error_type: { "filesystem"::"error-code": Error }
});
}

Expand Down
Loading

0 comments on commit 408f0bf

Please sign in to comment.