Skip to content

Commit

Permalink
Enable representer
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Nov 7, 2023
1 parent cdbd207 commit efd7874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"status": {
"concept_exercises": false,
"test_runner": true,
"representer": false,
"representer": true,
"analyzer": false
},
"blurb": "WebAssembly is the Assembly Language of the Web. Its level of abstraction is similar to native assembly languages, but it targets an abstract stack-based virtual machine. While primarily intended as a compilation target for higher level languages, WebAssembly's textual representation can be written by hand. Such *.wat files frequently use S-Expressions, giving them a LISP-like appearance.",
Expand Down

0 comments on commit efd7874

Please sign in to comment.