mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
roc run
passes through arguments and exit code
This commit is contained in:
parent
962de95492
commit
da7dffe0e9
4 changed files with 178 additions and 70 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
use roc_std::{alloca, RocCallResult, RocResult, RocStr};
|
||||
use std::alloc::Layout;
|
||||
use std::time::SystemTime;
|
||||
|
||||
extern "C" {
|
||||
#[link_name = "roc__mainForHost_1_exposed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue