UNPKG
as-option
Version:
latest (0.0.2)
0.0.2
0.0.1
Zero cost Option type for AssemblyScript
github.com/MaxGraey/as-option
MaxGraey/as-option
as-option
/
index.html
11 lines
(10 loc)
•
182 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
script
type
=
"module"
>
import
{ add }
from
"./build/release.js"
;
document
.
body
.
innerText
=
add
(
1
,
2
);
</
script
>
</
head
>
<
body
>
</
body
>
</
html
>