add line function to platform

This commit is contained in:
2021-12-11 23:56:46 +01:00
parent 72e977c4ba
commit 6f92fd8bb3
11 changed files with 99 additions and 13 deletions

View File

@@ -97,7 +97,7 @@ fn load_cart(filename: &Path, uw8: &mut MicroW8, config: &Config) -> Result<()>
if cart[0] >= 10 {
let src = String::from_utf8(cart)?;
cart = curlywas::compile_str(&src)?;
cart = curlywas::compile_str(&src, filename, curlywas::Options::default())?;
}
if config.pack {