Add macro to exclude sgx wasi/pthread ocalls if not needed (#384)

This commit is contained in:
Xu Jun
2020-09-15 15:49:09 +08:00
committed by GitHub
parent 2499e1ec4b
commit 547298d4e7
14 changed files with 412 additions and 4 deletions

View File

@ -15,7 +15,6 @@ enclave {
unsigned cmd_buf_size);
public void ecall_iwasm_main([user_check]uint8_t *wasm_file_buf,
uint32_t wasm_file_size);
public void ecall_iwasm_test();
};
untrusted {