MVP of Foreign Function Interface

This commit is contained in:
Adrián Arroyo Calle
2023-02-22 23:10:03 +01:00
parent 2fcec4fff9
commit 9d52d2a653
10 changed files with 679 additions and 1 deletions

View File

@@ -236,7 +236,8 @@ impl Machine {
user_output,
user_error,
load_contexts: vec![],
runtime
runtime,
foreign_function_table: Default::default(),
};
let mut lib_path = current_dir();