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

add wasm builds; requires emsdk path #1928

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

dromer
Copy link
Contributor

@dromer dromer commented Nov 5, 2024

Work in progress, but already works on my machine ;)

Also it should have a check that fails early when the user didn't enter any emsdk path.

I wonder if for Windows we can just use the emsdk_env.sh since we run everything in a bash shell, so definitely needs some testing on all platforms.

@dromer dromer marked this pull request as draft November 5, 2024 19:50
@dromer
Copy link
Contributor Author

dromer commented Nov 6, 2024

It's probably a better UX if the user can navigate to the SDK path directly.

So this needs some tweaking for the emsdkPathValue input.

@@ -39,7 +40,8 @@ class ExporterSettingsPanel : public Component
"C++ Code",
"Electro-Smith Daisy",
"DPF Audio Plugin",
"Pd External"
"Pd External",
"JS / WebAssembly"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or should we just call it WebAssembly?
(it looks a bit off like this)

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