-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run plugin compiled with standard go compiler #95
Comments
@syke99 can you please share a code snippet? are you trying to use |
yeah!! please give me a few minutes as i'll have to grab a couple for you (plugin creation and use are in two separate areas of the codebase) |
plugin creation:
plugin use:
|
@syke99 thanks! seeing the plugin code would aslo be really helpful! |
yep! workin on it! |
actual plugin code:
|
@syke99 can you please try building with |
yeah! i'll give it a shot later today and report back! |
awesome! that was the fix! thanks @mhmd-azeez!! |
This issue was reported by a community member, here is a repro:
https://github.com/mhmd-azeez/extism_std_go_module_closed_repro
The same host, can run the example count_vowels in https://github.com/extism/plugins just fine
The text was updated successfully, but these errors were encountered: