From e30212e98e97126381e34ba2b3cb0e45caee3053 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Wed, 12 Apr 2017 20:53:31 +0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f3556c..0b4fbd6 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ cd wasm-tools/runner and then open `http://localhost:8000`, press `Execute call` to run a contract `call` function, see browser console log for gas counter +see `/samples` directory for sample contracts that are compiled this way + ## Prerequisites Emscripiten for C/C++ (see [this page](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html), `emcc` should be in the `PATH`)