Skip to content

Commit

Permalink
fix: Added missing std\args from wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
giann committed Jan 24, 2025
1 parent 1cc45d0 commit b76f8e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Parser.zig
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const std_api = if (is_wasm) std.StaticStringMap(buzz_api.NativeFn).initComptime
.{ "toDouble", &std_lib.toDouble },
.{ "toInt", &std_lib.toInt },
.{ "toUd", &std_lib.toUd },
.{ "args", &std_lib.args },
},
) else void;

Expand Down

0 comments on commit b76f8e0

Please sign in to comment.