Refine wasm loader and interpreter, enhance wamrc to support SGX (#167)
Former-commit-id: 76f4a121d3c2a67114414fc60e80eba4bf49aa8e [formerly b1ab47945a40e6b249c9aa205d61281301585ea6] Former-commit-id: 8e5c6e895eae22051a79a8d337a87cd2f431b6bc
This commit is contained in:
@ -8,18 +8,10 @@
|
||||
|
||||
void bh_log_emit(const char *fmt, va_list ap)
|
||||
{
|
||||
//TODO: stub impl
|
||||
bh_vprintf_sgx(fmt, ap);
|
||||
}
|
||||
|
||||
/*
|
||||
int bh_fprintf(FILE *stream, const char *fmt, ...)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
*/
|
||||
|
||||
int bh_fflush(void *stream)
|
||||
{
|
||||
//TODO: stub impl
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user