UNPKG
as-wake
Version:
latest (1.0.0)
1.0.0
WAKE bindings for AssemblyScript
github.com/JairusSW/Wake
JairusSW/Wake
as-wake
/
assembly
/
index.ts
7 lines
(4 loc)
•
114 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
console
}
from
'./main'
export
function
test
(
):
void
{
console
.
log
(
'Hello From AssemblyScript!'
) }