Skip to content

Commit 527a47e

Browse files
committed
Add smoke runtime test
Signed-off-by: James Sturtevant <[email protected]>
1 parent b30254f commit 527a47e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/runtime/smoke/wasm.cs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
using System;
2+
using System.Diagnostics;
3+
using wit_smoke.Wit.imports.test.smoke.Imports;
4+
5+
namespace wit_smoke;
6+
7+
public class SmokeWorldImpl : SmokeWorld
8+
{
9+
public static void Thunk()
10+
{
11+
ImportsInterop.Thunk();
12+
}
13+
}

0 commit comments

Comments
 (0)