Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ ace
__pycache__
crates/guest-rust/src/cabi_realloc.o
wit_component

/wit-bindgen.sln
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/core/src/abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ impl<'a, B: Bindgen> Generator<'a, B> {
// based on slightly different logic for the `task.return`
// intrinsic.
//
// Note that in the async import case teh code below deals with the CM function being lowered,
// Note that in the async import case the code below deals with the CM function being lowered,
// not the core function that is underneath that (i.e. func.result may be empty,
// where the associated core function underneath must have a i32 status code result)
let (lower_to_memory, async_flat_results) = match (async_, &func.result) {
Expand Down
1 change: 1 addition & 0 deletions crates/csharp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ heck = { workspace = true }
clap = { workspace = true, optional = true }
anyhow = { workspace = true }
indexmap = { workspace = true }
regex = "1.12.3"

[features]
default = ["aot"]
Expand Down
Loading
Loading