FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
emscripten/tests/interop/test_add_function_post.js at incoming · JavaScriptIOT/emscripten · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptIOT
/
emscripten
Public
forked from
emscripten-core/emscripten
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
emscripten
/
tests
/
interop
/
test_add_function_post.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
4 lines (4 loc) · 151 Bytes
Breadcrumbs
emscripten
/
tests
/
interop
/
test_add_function_post.js
Copy path
File metadata and controls
4 lines (4 loc) · 151 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
var
newFuncPtr
=
addFunction
(
function
(
num
)
{
Module
[
'print'
]
(
'Hello '
+
num
+
' from JS!'
)
;
}
,
'vi'
)
;
Module
[
'callMain'
]
(
[
newFuncPtr
.
toString
(
)
]
)
;
Back
|
FazBrowse Home
|
New Git URL