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
Fix build command to handle hardlink issue on Linux (#25)
Add rm -f before mv/cp operations in build commands to prevent
'cannot move file to itself' errors on Linux where the output
WASM file is already a hardlink.
0 commit comments