stephenc87
stephenc87
After Payload for WebAssembly is received it needs to be executed and MRE API needs to be exposed to the WebAssembly
Changing ` private void StartApp() { Debug.Log("Starting MRE app."); MREComponent?.EnableApp() _running = true; }` to ` private async void StartApp() { Debug.Log("Starting MRE app."); await MREComponent?.EnableApp() _running = true; }`...
What I am thinking, creating the `containerType` option `'WebAssembly'` , creating a root object `WebAssembly` making a public class `CreateFromWebAssembly,` also with the `PayloadType` as `create-from-WebAssembly`