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

Provide no-ops implementations for JS/WASM #288

Open
buenaflor opened this issue Oct 22, 2024 · 2 comments
Open

Provide no-ops implementations for JS/WASM #288

buenaflor opened this issue Oct 22, 2024 · 2 comments

Comments

@buenaflor
Copy link
Contributor

Description

To improve compatibility we should provide no-ops for JS and WASM so people can compile their projects without having to separate source sets

@Legion2
Copy link

Legion2 commented Dec 10, 2024

We are currently using sentry-kotlin-multiplatform in our shared common source set and now want to add wasm target, we successfully updated all our kotlin common dependencies to support wasm target, but only sentry-kotlin-multiplatform does not support wasm. We would be fine with having a no op for wasm just to be able to compile the source set.

@buenaflor
Copy link
Contributor Author

yup makes total sense, I'll tackle this soon since I am doing some JS work on our Flutter SDK as well :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants