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 #1786, y’all kindly added a new transform options to the cli’s main() because of our discussion in torch2424/as-bind#75. However, I didn’t realize that the new code path doesn’t actually instantiate the transform or fixes up the prototype.
Transforms passed via --transform get this code path:
In #1786, y’all kindly added a new
transform
options to the cli’smain()
because of our discussion in torch2424/as-bind#75. However, I didn’t realize that the new code path doesn’t actually instantiate the transform or fixes up the prototype.Transforms passed via
--transform
get this code path:assemblyscript/cli/asc.js
Lines 519 to 529 in 7d0690d
while the new
main()
parameter gets:assemblyscript/cli/asc.js
Line 505 in 7d0690d
I think it’d be great if both ways to pass in transforms get the same fix-ups applied.
The text was updated successfully, but these errors were encountered: