From 951b316773265052fbc5fa546bbcf31bef277062 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 14 Jul 2026 14:20:41 -0400 Subject: Update --- 2026/framing/src/bindings.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 2026/framing/src/bindings.js (limited to '2026/framing/src/bindings.js') diff --git a/2026/framing/src/bindings.js b/2026/framing/src/bindings.js new file mode 100644 index 0000000..1f17e14 --- /dev/null +++ b/2026/framing/src/bindings.js @@ -0,0 +1,3 @@ +export function js_test() { + console.log("test"); +} -- cgit v1.3.1