add exe_wrapper to the wasm cross file
This makes it possible to run tests ("1 trivial" passes). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
eca9d81eb4
commit
a2d2d311a1
|
@ -2,6 +2,7 @@
|
|||
c = 'emcc'
|
||||
cpp = 'em++'
|
||||
ar = 'emar'
|
||||
exe_wrapper = 'node'
|
||||
|
||||
[built-in options]
|
||||
c_args = []
|
||||
|
|
Loading…
Reference in New Issue