Skip to content

Commit

Permalink
Add smoke runtime test
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
  • Loading branch information
jsturtevant committed Jan 3, 2024
1 parent f579a95 commit bccc48a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/runtime/smoke/wasm.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
using System;
using System.Diagnostics;
using wit_smoke.wit.imports.test.smoke.Imports;

namespace wit_smoke;

public class SmokeWorldImpl : ISmokeWorld
{
public static void Thunk()
{
ImportsInterop.Thunk();
}
}

0 comments on commit bccc48a

Please sign in to comment.