From 8d1ea42091e9d39c18e69503becb1dbe2b1f9249 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 27 Feb 2025 21:56:26 -0800 Subject: [PATCH] [HTML] Add support for input and output files Also allow links that pass `&inputType=json` or `&inputType=string` --- fiat-html/fiat-crypto.html | 85 ++++++++++++++++----- fiat-html/main.js | 134 ++++++++++++++++++++++++---------- src/StandaloneJsOfOCamlMain.v | 50 +++++++++++-- 3 files changed, 203 insertions(+), 66 deletions(-) diff --git a/fiat-html/fiat-crypto.html b/fiat-html/fiat-crypto.html index 425c68af41..0204464b68 100644 --- a/fiat-html/fiat-crypto.html +++ b/fiat-html/fiat-crypto.html @@ -1,10 +1,15 @@ + Fiat Cryptography Web Interface + -
Fiat Cryptography (GitHub Source)
+
Fiat Cryptography (GitHub Source)