struct Protocol::Debugger::GetWasmBytecode

Overview

This command is deprecated. Use getScriptSource instead.

Included Modules

Defined in:

protocol/debugger.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bytecode : String #

Script source. (Encoded as a base64 string when passed over JSON)


[View source]