Thank you, that did it!

-Andrew

On Tuesday, November 21, 2023 at 9:41:37 PM UTC-6 alon...@gmail.com wrote:

> 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 <andrews...@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-disc...@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/c3f25877-b8b5-41cb-aa71-f3e0a2a8c6aan%40googlegroups.com.

Reply via email to