From 5cdf072505239d92ad0470dc38c386dccaf1d391 Mon Sep 17 00:00:00 2001 From: offercomes <50331630+offercomes@users.noreply.github.com> Date: Fri, 17 May 2019 17:30:32 +0800 Subject: [PATCH] Update README.md Fixed a picture showing up problem. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb14fcaa..4f3f292b 100644 --- a/README.md +++ b/README.md @@ -488,11 +488,12 @@ The runtime component supports building target for Linux and Zephyr/STM Nucleo b Below pictures show the WASM application is running on an STM board with an LCD touch panel. When users click the blue button, the WASM application increases the counter, and the latest counter value is displayed on the top banner of the touch panel. + The sample also provides the native Linux version of application without the runtime under folder "vgl-native-ui-app". It can help to check differences between the implementations in native and WebAssembly. - + Submit issues and request