Skip to content
New issue

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

c#: handle cabi_post properly #1116

Open
jsturtevant opened this issue Jan 8, 2025 · 0 comments
Open

c#: handle cabi_post properly #1116

jsturtevant opened this issue Jan 8, 2025 · 0 comments
Labels
gen-c# Related to the C# code generator

Comments

@jsturtevant
Copy link
Collaborator

Currently we don't free any of the resources that should be freed:

r#"
[UnmanagedCallersOnly(EntryPoint = "cabi_post_{export_name}")]
{access} static void cabi_post_{interop_name}({wasm_result_type} returnValue) {{
Console.WriteLine("TODO: cabi_post_{export_name}");
}}

@jsturtevant jsturtevant added the gen-c# Related to the C# code generator label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gen-c# Related to the C# code generator
Projects
None yet
Development

No branches or pull requests

1 participant