-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Description
Once 0xMiden/miden-base#2142 is done, we can implement CodeBuilder on the WebClient to streamline parsing MASM code into different objects.
We currently already have ScriptBuilder, so in practice this just means:
- Replacing the inner struct and renaming where applicable
- Removing the WebClient's
ScriptBuilderexternal assembler (was only kept for being able to provide support for buildingAccountCode) - We should review the APIs so that it reflects the upstream better, and maybe we can remove the
AccountComponent::compile
Metadata
Metadata
Assignees
Labels
web clientRelated to the Web ClientRelated to the Web Client
Type
Projects
Status
Done