Replies: 1 comment 5 replies
|
Thanks for the report. Such an error generally means that the code is trying to invoke a method which has not been registered as invocable. It's likely something that WebAssembly does not support altogether (some types of dynamic invocations) or that the .NET runtime does not support properly. If you can create a smaller sample for the scenario you're trying to build, we may be able to create an issue for the .NET runtime, or create a workaround for that scenario. |
5 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.
Im unable to get a proper stacktrace as firefox crashes if i try to open the wasm file to view, however, using print i was able to shrink the problem down to these 2 lines of code


branch to clone is wasm-take-3
and project is
src/Lab/Experiments/Triangle/TriangleWasm.csprojAll reactions