Skip to content

Commit

Permalink
🩹 add config.zig in lib.zig declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Oct 26, 2023
1 parent ef11dff commit 045fdf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ zig-out/
/debug/
/build/
/build-*/
/docgen_tmp/
/docgen_tmp/
docsite/
1 change: 1 addition & 0 deletions src/lib.zig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pub const vm = struct {
pub usingnamespace @import("vm/core.zig");
pub usingnamespace @import("vm/config.zig");
pub usingnamespace @import("vm/error.zig");
pub usingnamespace @import("vm/instructions.zig");
pub usingnamespace @import("vm/run_context.zig");
Expand Down

0 comments on commit 045fdf1

Please sign in to comment.