Store and show request body in UI (#327)

This commit is contained in:
Gregory Schier
2025-12-28 08:07:42 -08:00
committed by GitHub
parent 6a0d5d2337
commit 26a3e88715
33 changed files with 1221 additions and 337 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import * as wasm from "./yaak_templates_bg.wasm";
export * from "./yaak_templates_bg.js";
import { __wbg_set_wasm } from "./yaak_templates_bg.js";
__wbg_set_wasm(wasm);
__wbg_set_wasm(wasm);
wasm.__wbindgen_start();