Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm: Detect if the platform is iOS and return a message. #795

Merged
merged 1 commit into from
May 24, 2023

Conversation

betterengineering
Copy link
Contributor

This commit detects if the requesting platform is iOS and returns an unsupported message. We're getting the following error on iOS with WASM pixlet and I suspect it's due to the callstack of the pixlet binary being larger then iOS supports in browser:

Unhandled Promise Rejection: RangeError: Maximum call stack size exceeded.

This commit detects if the requesting platform is iOS and returns an
unsupported message. We're getting the following error on iOS with WASM
pixlet and I suspect it's due to the callstack of the pixlet binary
being larger then iOS supports in browser:
> Unhandled Promise Rejection: RangeError: Maximum call stack size exceeded.
@netlify
Copy link

netlify bot commented May 24, 2023

Deploy Preview for pixlet ready!

Name Link
🔨 Latest commit 470afcd
🔍 Latest deploy log https://app.netlify.com/sites/pixlet/deploys/646e5027a4318300087d97c4
😎 Deploy Preview https://deploy-preview-795--pixlet.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@betterengineering betterengineering merged commit 333df80 into main May 24, 2023
@betterengineering betterengineering deleted the mark/fix-ios-wasm branch May 24, 2023 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant