diff options
author | Damian Gryski <[email protected]> | 2021-12-18 10:58:20 -0800 |
---|---|---|
committer | Nia <[email protected]> | 2021-12-20 13:13:32 -0500 |
commit | 9eb13884de31ba80804c4a7732b1fcef4af36af7 (patch) | |
tree | 8df69e87b111fd21439f8bb9b99b644eba7f8fea /targets | |
parent | 85031d6df74cf0cec23800bd9a0bfb2acf9ac3f2 (diff) | |
download | tinygo-9eb13884de31ba80804c4a7732b1fcef4af36af7.tar.gz tinygo-9eb13884de31ba80804c4a7732b1fcef4af36af7.zip |
compileopts,targets: replace '{root}' in target files
Diffstat (limited to 'targets')
-rw-r--r-- | targets/wasm.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/wasm.json b/targets/wasm.json index 8a033fa95..58f019281 100644 --- a/targets/wasm.json +++ b/targets/wasm.json @@ -13,6 +13,6 @@ "--stack-first", "--no-demangle" ], - "emulator": ["node", "targets/wasm_exec.js"], + "emulator": ["node", "{root}/targets/wasm_exec.js"], "wasm-abi": "js" } |