index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
proxyClient.js
blob: 645ccca6f1033e3823a142f8fe767310256872fd (
plain
)
1
2
3
4
5
// proxy to/from worker
var
worker
=
new
Worker
(
'
{{
{
filename
}}
}.js'
);