We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is an issue to track the implementation progress of C# with the mono runtime as well as the Native ahead of time LLVM compiled implementation.
[UnmanagedCallersOnly]
[DLLImport]
wit-bindgen/crates/csharp/tests/codegen.rs
Line 15 in 5f90361
<OutputType>Exe</OutputType>
cabi_realloc
variants
future work:
Lower priority items:
@yowl @jsturtevant @danbugs
The text was updated successfully, but these errors were encountered:
Since we now have most of the core types covered, I've split out the remaining items to their own issues and we can close this.
Sorry, something went wrong.
No branches or pull requests
This is an issue to track the implementation progress of C# with the mono runtime as well as the Native ahead of time LLVM compiled implementation.
[UnmanagedCallersOnly]
dotnet/runtime#86985 and create WASM module import from any[DLLImport]
which doesn't match known static native symbols dotnet/runtime#86984wit-bindgen/crates/csharp/tests/codegen.rs
Line 15 in 5f90361
<OutputType>Exe</OutputType>
don't generatecabi_realloc
when compiled #778variants
runtime test #963future work:
Lower priority items:
@yowl @jsturtevant @danbugs
The text was updated successfully, but these errors were encountered: