Skip to content

Allow to be built to WebAssembly using emscripten#83

Open
LazyYuuki wants to merge 1 commit into
danfis:masterfrom
janhq:master
Open

Allow to be built to WebAssembly using emscripten#83
LazyYuuki wants to merge 1 commit into
danfis:masterfrom
janhq:master

Conversation

@LazyYuuki

Copy link
Copy Markdown

libccd is an important collision library that is being used in Mujoco Physic Engine.

While trying to compile Mujoco to wasm to be usable in a browser, I realised that the libccd fail to compiled due to LibM library not found.

I add a new tag for EMSCRIPTEN to use "-lm" instead.

- Add emscripten option to use -lm instead of LibM library
@zalo

zalo commented Jul 11, 2025

Copy link
Copy Markdown

@danfis This one is quite handy 😄

@okmatija

Copy link
Copy Markdown

+1

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.

3 participants