You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, priv/static/dist directory does not exist yet, so wasm-opt failing on file opening.
It exited with error code 1, though wa compile command itself is exiting with exit status 0 as shown above (I'm using fish-shell so echo $status equals to echo $? in bash).
The text was updated successfully, but these errors were encountered:
wa compile -Oo output/dir/target.wasm source.c
In this case,
priv/static/dist
directory does not exist yet, sowasm-opt
failing on file opening.It exited with error code 1, though
wa compile
command itself is exiting with exit status 0 as shown above (I'm using fish-shell soecho $status
equals toecho $?
in bash).The text was updated successfully, but these errors were encountered: