Skip to content

Commit 731ff85

Browse files
authored
Update README.md
1 parent a630b1e commit 731ff85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ import mp_js from 'micropython';
105105
await mp_js;
106106
await mp_js.init_python(64 * 1024);
107107
await mp_js.do_str(`
108+
109+
import js
110+
108111
#This function executes every line one by one and await promise if it returns a promise
109112
exec("""
110113

0 commit comments

Comments
 (0)