Skip to content

Commit

Permalink
Publish FirstStackFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
voltrevo committed Jul 17, 2024
1 parent 552f3a4 commit f1fa9be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions valuescript_vm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pub use builtins::error_builtin;
pub use builtins::type_error_builtin;
pub use builtins::BUILTIN_VALS;
pub use bytecode::{Bytecode, DecoderMaker};
pub use first_stack_frame::FirstStackFrame;
pub use jsx_element::is_jsx_element;
pub use stack_frame::{CallResult, FrameStepOk, FrameStepResult, StackFrame, StackFrameTrait};
pub use virtual_machine::VirtualMachine;
Expand Down

0 comments on commit f1fa9be

Please sign in to comment.