File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ impl WorldGenerator for CSharp {
478
478
/* of WASI libc prevent us doing so. */
479
479
/* See https://github.com/bytecodealliance/wit-bindgen/issues/777 */
480
480
/* and https://github.com/WebAssembly/wasi-libc/issues/452 */
481
- /* The component model `start` function might be an alternative to this depending on whether it
481
+ /* The component model `start` function might be an alternative to this depending on whether it */
482
482
/* has the same constraints as `cabi_realloc` */
483
483
__attribute__((__weak__, __export_name__("cabi_realloc")))
484
484
void *cabi_realloc(void *ptr, size_t old_size, size_t align, size_t new_size) {
@@ -586,7 +586,7 @@ impl WorldGenerator for CSharp {
586
586
// temporarily add this attribute until it is available in dotnet 9
587
587
namespace System.Runtime.InteropServices
588
588
{
589
- public class WasmImportLinkageAttribute : Attribute {}
589
+ internal partial class WasmImportLinkageAttribute : Attribute {}
590
590
}
591
591
"# ,
592
592
) ;
You can’t perform that action at this time.
0 commit comments