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.
1 parent 57d45c2 commit b1f3970Copy full SHA for b1f3970
crates/wit-component/src/encoding.rs
@@ -1104,8 +1104,6 @@ impl<'a> EncodingState<'a> {
1104
.into_iter(encoding, self.memory_index, realloc_index)?
1105
.collect::<Vec<_>>();
1106
1107
- // TODO: This should probe for the existence of
1108
- // `cabi_post_{name}` but not require its existence.
1109
let post_return = format!("{POST_RETURN_PREFIX}{core_name}");
1110
if post_returns.contains(&post_return[..]) {
1111
let post_return =
0 commit comments