Some more Rusty Fun... :) (0.38.3)
This commit is contained in:
parent
c2e7f3869e
commit
d39ef1a58e
10 changed files with 157 additions and 113 deletions
1
src/vm.c
1
src/vm.c
|
|
@ -789,6 +789,7 @@ void vm_run(VM *vm, Bytecode *entry) {
|
|||
/* Rust FFI demo opcode(s) */
|
||||
#include "vm/rust/hello.c"
|
||||
#include "vm/rust/hello_args.c"
|
||||
#include "vm/rust/hello_args_return.c"
|
||||
#include "vm/rust/get_sp.c"
|
||||
#include "vm/rust/set_exit.c"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue