Get Wasm Connected For Avalonia Wasm
Okay, here is a checklist for figuring out why your WASM project isn't working, you need to get all of these done.
So, the C# part isn't hard, the hard part is the interop where you are using JavaScript -> C# -> WASM file.
Question I: In this repo how would we call a test .wasm file and how would we know the function which are in the modules file?
We have to know which functions to call and we need a workflow to be certain to work and then rely on that.