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
I need to have the simdutf target compiled by my implementation to support the new instructions. That is, add my simulator path before the gcc/g++ command to compile this object.
If it is an action, I can use the following method to add the path of my simulator before '<(node_js2c_exec)', but for a static library target, I don't know how to modify it.
I need to have the
simdutf
target compiled by my implementation to support the new instructions. That is, add my simulator path before the gcc/g++ command to compile this object.If it is an action, I can use the following method to add the path of my simulator before
'<(node_js2c_exec)'
, but for a static library target, I don't know how to modify it.The text was updated successfully, but these errors were encountered: