This website requires JavaScript.
Explore
Help
Sign In
chanbakjsd
/
go-mod-wasm
forked from
Team-Ortix/golang-wasm
Watch
1
Star
0
Fork
You've already forked go-mod-wasm
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
caaad47c74
go-mod-wasm
/
example
/
src
/
index.js
5 lines
94 B
JavaScript
Raw
Blame
History
import
wasm
from
'./api/main.go'
;
(
async
(
)
=>
{
console
.
log
(
await
wasm
.
_
_ready
_
_
(
)
)
}
)
(
)
Reference in New Issue
View Git Blame
Copy Permalink