We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Trap::CannotBlockSyncTask
1 parent a143afd commit 497ba53Copy full SHA for 497ba53
crates/environ/src/trap_encoding.rs
@@ -194,7 +194,7 @@ impl fmt::Display for Trap {
194
DisabledOpcode => "pulley opcode disabled at compile time was executed",
195
AsyncDeadlock => "deadlock detected: event loop cannot make further progress",
196
CannotLeaveComponent => "cannot leave component instance",
197
- CannotBlockSyncTask => "cannot block a synchronous task",
+ CannotBlockSyncTask => "cannot block a synchronous task before returning",
198
};
199
write!(f, "wasm trap: {desc}")
200
}
0 commit comments