From 02f5c0ced24dcc53738d8a709147747d6976cc95 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 30 Jul 2018 20:44:46 +0100 Subject: [PATCH] Include the async vs sync debate in the FAQ --- faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/faq.md b/faq.md index f15edd80..e196f738 100644 --- a/faq.md +++ b/faq.md @@ -29,3 +29,5 @@ Yes, the Ethereum System Interface can also be written in WASM. ## Can eWASM be built even if WASM is not currently complete or will we need to wait for its completion/MVP? Yes, but we would lose the "Shared tooling" benefit. So It might not make sense. +## Does eWASM use synchronous or asynchronous methods? +An answer to this question as well as the reasoning for both can be [read here](./interface_questions.md). \ No newline at end of file