ptitSeb

Results 2023 comments of ptitSeb

Probably linked to https://github.com/wasmerio/wasmer/issues/3323 and https://github.com/wasmerio/wasmer/issues/3190

You seem unsure of the expected behaviour. What does the program compiled to native is outputing?

Probably not. But the amount of changes needed is probably pretty low, espcially if it's for running x86_64 musl binary only. It might be (much) more complex to implement glibc...

Sorry, I'm not ome for the week, so expect slow change and reponses in this period. I took a quick look, it seems a bit extreme but reasonable. I'll give...

Ok, I'll merge this one, but I find it strange that you need to move everything out of main.c like this. I suppose more refactor of te code will come?...

> That's all the refactoring work so far, because what I need, which will come in next PR, is an API like EXPORT uint64_t RunFuncInEmulator(const char* libname, const char* funcname,...

> We could also use a macro BULD_ASLIB : > > ```c > // main.c > > #ifdef BULD_ASLIB > int initialize() { > #else > int main(int argc, const...

Yeah, that looks good to me. (I'm unsure about `libthread_db.so.1`, but I guess it's fine for now, as I have never seen it actually needed)

Why do you want a Static build in termux? are you using docker in termux?