mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
make the mmapped buffer configurable
This commit is contained in:
parent
64c2d8d87e
commit
40d7e94a17
5 changed files with 37 additions and 30 deletions
|
@ -47,7 +47,7 @@ impl<T: Sized> From<RocCallResult<T>> for Result<T, String> {
|
|||
|
||||
#[macro_export]
|
||||
macro_rules! run_roc_dylib {
|
||||
($lib:expr, $main_fn_name:expr, $argument_type:ty, $return_type:ty, $errors:expr) => {{
|
||||
($lib:expr, $main_fn_name:expr, $argument_type:ty, $return_type:ty) => {{
|
||||
use inkwell::context::Context;
|
||||
use roc_builtins::bitcode;
|
||||
use roc_gen_llvm::run_roc::RocCallResult;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue