The simplest thing is

emcc --clear-cache

which deletes all built libraries. They are then rebuilt on demand next
time you run emcc.

More generally, you can use embuilder. embuilder --help will show the
available commands. (Note you need to use --force to rebuild an already
built library.)

On Tue, Nov 21, 2023 at 7:13 PM Andrew O'Mahony <andrewsomah...@gmail.com>
wrote:

> Hello,
>
> I've made some changes to the system libs (WASM) that I want to test out.
> However, I can't seem to get them to recompile both when I run the unit
> tests nor when I recompile my program that uses WASMFS.
>
> How can I recompile the system libs?
>
> Thanks,
> Andrew
>
> --
> You received this message because you are subscribed to the Google Groups
> "emscripten-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to emscripten-discuss+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/emscripten-discuss/c23f871a-0f16-40b2-bb5f-88174690a701n%40googlegroups.com
> <https://groups.google.com/d/msgid/emscripten-discuss/c23f871a-0f16-40b2-bb5f-88174690a701n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to emscripten-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/CAEX4NpRYp5oP2K_Ck4KjTO3YvkswQNTjaHDPCYDnRyXRTH7M2w%40mail.gmail.com.

Reply via email to