UNPKG
es-vm
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
A visual machine run in ES env like Node/Browser
github.com/lichaozhy/ESVM
lichaozhy/ESVM
es-vm
/
test-browser
/
browser.html
12 lines
(10 loc)
•
152 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
Mocha Tests
</
title
>
</
head
>
<
body
>
<
div
id
=
"mocha"
>
</
div
>
</
body
>
</
html
>