WASM
#5342
Replies: 1 comment 2 replies
-
Thanks for reaching out! Could you try to create a simple repro project (using a uno "cross-platform app" template) with what you're trying to achieve ? You're unfortunately not giving enough information for us to help you. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Uno Team,
I have carefully studied your examples for WASM, JavaScript interaction and embedding JS sources. I have also studied your sources here. You really provide a good document system. However, there is one thing that remains a mystery to me despite your documentation efforts.
If I want to include JS sources, I naturally want to access the JS source and also want to pick up the values. Furthermore, I want to exchange array contents directly and make them available to the JS source and of course get them back. With you I can execute JS but I only get a string back, and no JSObject as expected, which can be used to call other methods. In the webassembly world, Mono, this is not a problem. However, when I include Webassembly, i.e. the Mono sources, I get a compile error. I see from your sources that you probably use something similar. Unfortunately, your sources are marked as internal. I can therefore not access them. I urgently need access to the web assembly area, or at least the same access rights.
I hope you can help me or you have a solution :)
Thank you very much for your help.
RK
Translated with www.DeepL.com/Translator (free version)
Beta Was this translation helpful? Give feedback.
All reactions