Skip to content

Commit b94a83f

Browse files
committed
Update example
1 parent 641f40d commit b94a83f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/Wasm_Blink/Wasm_Blink.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
#include <wasm3.h>
88

9+
#include <m3_api_defs.h>
10+
#include <m3_env.h>
11+
912
/*
1013
* Configuration
1114
*/
@@ -57,9 +60,6 @@ unsigned int app_wasm_len = 197;
5760
* m3ApiTrap(trap) - Returns a trap
5861
*/
5962

60-
#include <m3_api_defs.h>
61-
#include <m3_env.h>
62-
6363
m3ApiRawFunction(m3_arduino_millis)
6464
{
6565
m3ApiReturnType (uint32_t)

wasm_apps/assemblyscript/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
assemblyscript@^0.8.1-nightly.20200123:
5+
66
version "0.8.1-nightly.20200123"
77
resolved "https://registry.yarnpkg.com/assemblyscript/-/assemblyscript-0.8.1-nightly.20200123.tgz#5440a6f891d6417259339f52484d4dee53ae92b6"
88
integrity sha512-rYNvQWQF8CsiNx8HYUHX9F4KsI69xUuunDY96PPjebTQHoZLjhJ9ow2DaKYJ1Py74+N6QiVwcHzZJC4ECOecAw==

0 commit comments

Comments
 (0)