Replies: 1 comment
-
Similar to #102427. Does it answer your question completely? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone.
An app I'm using is able to load WASM modules/components. I would like to write this module in C#. For this, I need to export a function named
update
that the app calls, and I need to import some functions that the app provides. An entry point is not necessary.Is this possible in C# as of today? How can I create this? What things do I need to keep in mind? Are there any techniques to speed up performance or lower output size?
Beta Was this translation helpful? Give feedback.
All reactions