Skip to content

Added IsPulleyInterpreter property on Engine#338

Merged
jsturtevant merged 1 commit into
bytecodealliance:mainfrom
martindevans:engine-is-pulley
Jul 15, 2025
Merged

Added IsPulleyInterpreter property on Engine#338
jsturtevant merged 1 commit into
bytecodealliance:mainfrom
martindevans:engine-is-pulley

Conversation

@martindevans
Copy link
Copy Markdown
Contributor

Added IsPulleyInterpreter property on Engine

@jsturtevant jsturtevant merged commit 98d0987 into bytecodealliance:main Jul 15, 2025
6 checks passed
Comment thread src/Engine.cs
Comment on lines +94 to +95
[DllImport(LibraryName)]
public static extern bool wasmtime_engine_is_pulley(Handle engine);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I think this is missing an [return: MarshalAs(UnmanagedType.I1)] attribute. See: #171

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes you're right, I'll fix that right away. Thanks

@martindevans martindevans deleted the engine-is-pulley branch July 16, 2025 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants