ballercat / walt

:zap: Walt is a JavaScript-like syntax for WebAssembly text format :zap:

Home Page:https://ballercat.github.io/walt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't minify the JS of the examples in Walt Explorer

JobLeonard opened this issue · comments

Bug Report

Overview

The JS section of the Walt explorer is now minified, which makes it impossible to understand how it connects the WASM to the rest of the browser environment at a glance:

Expected

Show example code

Actual

Show mangled, minified example code

Example

image

(Sorry, forgot to remove the HTML comment tag - fixed now)

Yuup.

Might need to switch to plain strings for all the JS setup code. Or just use observable for all demos :)

Or just use observable for all demos :)

If I didn't have obligations I would spend all day on that website. Maybe I can port some stuff over in the weekend :P