diff options
Diffstat (limited to '')
-rw-r--r-- | src/api/schema.zig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/schema.zig b/src/api/schema.zig index 7c9344209..61d6b82d1 100644 --- a/src/api/schema.zig +++ b/src/api/schema.zig @@ -356,6 +356,9 @@ pub const Api = struct { /// toml toml, + /// wasm + wasm, + _, pub fn jsonStringify(self: *const @This(), opts: anytype, o: anytype) !void { |