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
As an SDK user needing to create app-specific scripts like a multi-call or others, we should be able to build scripts using the fuel-vm supported instructions like what is possible today on the rust SDK that uses https://github.com/FuelLabs/fuel-asm.
luizstacio
changed the title
Create e @fuel-ts/asm to support script building using SDK
Create @fuel-ts/asm to support script building using SDK
Jun 16, 2022
As an SDK user needing to create app-specific scripts like a multi-call or others, we should be able to build scripts using the
fuel-vm
supported instructions like what is possible today on the rust SDK that useshttps://github.com/FuelLabs/fuel-asm
.This would replace the current solution that uses [build-time solutions to create script binary].
And delivering a good extendability to the
fuels-ts
SDK users.Notes;
memoization
patterns to avoid rebuilding scripts every time and replace just what is needed.fuel-asm
input/outputs as specs to create = outputs/Meta code:
Reference: #281
The text was updated successfully, but these errors were encountered: