Hi TinyCC developers,

I've had great success with libtcc as a prototyping/scripting language for
my application, however one of my targets is Emscripten which does not have
the ability to dynamically load libraries nor access the filesystem.

I found mingodad's project
<https://github.com/mingodad/tinycc/commit/59e18aee0e509a3ca75dbe6f909e18c1d17893d1>
on
reading files off a virtual file system which should alleviate one of my
concerns, but I have not yet been able to statically link the tcclib1
binary.

Before I abandon all hope, can I confirm whether it is possible to use
libtcc without dynamically loading any other files, such as tcclib1?

Thanks!

Best,
Marcus
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to