From 337a1255af0fcc6a52593cfc0112d894d612fcbe Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 28 Feb 2025 01:49:15 -0800 Subject: [PATCH] [HTML] Add support for input and output files (#2014) Also allow links that pass `&inputType=json` or `&inputType=string`. This will allow us to run the assembly checker in HTML. Currently the inputs are hidden, I haven't wired up the UI yet. --- 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)