Skip to content

emsdk_dir config variable #324

@Andrej730

Description

@Andrej730

Hi! Migrated to pyodide xbuildenv install-emscripten from cloning emsdk myself. The minor thing I've noticed that typically after installation you might need to source its environment and for this currently I use

EMSDK_ROOT=$(pyodide config get pyodide_root)/../../emsdk
source ${EMSDK_ROOT}/emsdk_env.sh
which emcc

Since today and #321 it's also possible to do

EMSDK_ROOT=$(pyodide config get pyodide_root)/../../

But maybe there should be emsdk_dir, since it's probably the most useful one for accessing installed emscripten environment?

If it's okay, I can submit a PR similar to #321 for this

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions