Skip to content

Commit

Permalink
Rename from vm_bridge.h to vm_ffi.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Jan 31, 2025
1 parent db60efe commit ee0a9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package vm
#cgo vm_debug LDFLAGS: -L./rust/target/debug -ljuno_starknet_rs -lbz2
#cgo !vm_debug LDFLAGS: -L./rust/target/release -ljuno_starknet_rs -lbz2
#include "vm_bridge.h"
#include "vm_ffi.h"
*/
import "C"

Expand Down

0 comments on commit ee0a9a3

Please sign in to comment.