Open dromer opened 2 weeks ago
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.
emsdk_env.sh
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.
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.