Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Toolchain > API/Runtime/VerseCompiler/uLang/Toolchain/SToolchainParams
Syntax
TOptional < TSRef < IAssemblerPass > > Assembler
Remarks
Assembler -------------------------- The assembler is responsible both for code-gen and linking (resolving any symbols between language objects). Note that there may be runtime bindings that can't be resolved at this stage, but all uLang internal bindings should be validated and linked here.