Skip to main content

Variable: serialize()

serialize: (compiledCode) => Uint8Array

Serializes the compiled code into something that can be easily written to a file.

Parameters

compiledCode

unknown

The compiled code that needs to be serialized.

Returns

Uint8Array

Serialized bytecode.