[][src]Function glsp::load_and_compile

pub fn load_and_compile(filename: &str) -> Result<(Val, Vec<u8>), GError>

Loads a file and serializes its compiled bytecode to a Vec<u8>.

See the Compilation chapter of the manual for more details.