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
During some profiling, I found that calling the debug() function inside Wasm and logging it out via JS was using more memory than I would expect. We should look into this and decide if the logging is worth crossing the boundary.
The text was updated successfully, but these errors were encountered:
This changes the SDK to return an `ERROR` decision if we cannot build the fingerprint based on the data provided to `protect()`. This is a breaking change because we used to continue with an empty fingerprint, but that wasn't the correct behavior.
I've also regenerated the Analyze Wasm and we've removed the logging in an attempt to check performance/memory usage which we'll investigate with examples and users. Ref #1724Closes#1801
During some profiling, I found that calling the
debug()
function inside Wasm and logging it out via JS was using more memory than I would expect. We should look into this and decide if the logging is worth crossing the boundary.The text was updated successfully, but these errors were encountered: