mirror of
https://github.com/extism/extism.git
synced 2026-01-09 13:57:55 -05:00
Uses `std.json.ArrayHashMap` for stringifying. # Breaking Changes * Plugin.setConfig's `config` parameter's type changed to `std.json.ArrayHashMap([]const u8)` * WasmUrl's `header` field's type changed to `std.json.ArrayHashMap([]const u8)` * Manifest's `config` and `allowed_path` fields' types changed to `std.json.ArrayHashMap([]const u8)`