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

Create conditional feature selection in the Aleo SDK that determines Node vs. Web environment #689

Closed
Tracked by #591
iamalwaysuncomfortable opened this issue Jul 27, 2023 · 1 comment · Fixed by #765
Assignees
Labels
javascript Pull requests that update Javascript code wasm Relates to webassembly apis

Comments

@iamalwaysuncomfortable
Copy link
Collaborator

iamalwaysuncomfortable commented Jul 27, 2023

Currently there are two versions of the wasm SDK. One that uses browser specific functionality like web workers and one that uses nodejs specific paradigms. The Aleo SDK should optimally be able to detect whether it's being used from NodeJS or from a browser environment so that the a single package should be used.

@onetrickwolf
Copy link
Collaborator

Closed #705 want to wait until the TS SDK transition is done before looking at this again.

@iamalwaysuncomfortable iamalwaysuncomfortable linked a pull request Oct 6, 2023 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code wasm Relates to webassembly apis
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants