+
Outcome
+
"The playground is loading"
+
+
Diagnostics
+
+
+
Assembly
+
@main = function() {
+ mov "The playground is loading" %return
+}
+
+
+
+
+
diff --git a/website2/src/playground/index.ts b/website2/src/playground/index.ts
new file mode 100644
index 0000000..502bf28
--- /dev/null
+++ b/website2/src/playground/index.ts
@@ -0,0 +1,256 @@
+import files from './files';
+import assert from './helpers/assert';
+import nil from './helpers/nil';
+import notNil from './helpers/notNil';
+import VslibPool, {
+ CompilerOutput,
+ Diagnostic,
+ Job,
+ RunResult,
+} from './vslib/VslibPool';
+import monaco from './monaco';
+
+function domQuery