> BiwaScheme https://www.biwascheme.org/ is a simple browser-side
> interpreter. It doesn't pre-transpile (you write Scheme directly in the
> script tag)
Seems that the forward.scm framework is implemented on top of Biwa! The
source code of its homepage <https://hyperdev.fr/defunct-forward.scm/>
contains a <script> tag with Scheme code as you say.
Yes, it says defunct because I hitting depth limit with biwa for small-ish apps.
Amirouche's other project <http://scheme-lang.com/cons/> apparently uses
Chibi Scheme compiled in the way John mentioned, judging by the page's
source code.
If you are ok with the time it takes to load the wasm file, I will work on improving
that to allow to do XHR requests in the following days (promise!)
--