Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Engine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ private static class Native
public static extern void wasmtime_engine_increment_epoch(Handle engine);

[DllImport(LibraryName)]
[return: MarshalAs(UnmanagedType.I1)]
public static extern bool wasmtime_engine_is_pulley(Handle engine);
}

Expand Down
Loading