You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the wasm runtime with const runtime = await dotnet.create() and are using this to run dotnet code in our Angular application. Sometimes the wasm runtime prints messages or errors to the browser console. One case where this happens is when our application runs out of memory. Are there plans or is it already possible to insert a hook in the method that prints this to the console?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We are using the wasm runtime with
const runtime = await dotnet.create()
and are using this to run dotnet code in our Angular application. Sometimes the wasm runtime prints messages or errors to the browser console. One case where this happens is when our application runs out of memory. Are there plans or is it already possible to insert a hook in the method that prints this to the console?Beta Was this translation helpful? Give feedback.
All reactions