Rename from organic wasm demo to organic ast explorer.

This commit is contained in:
Tom Alexander
2024-01-27 22:55:16 -05:00
parent 536e364364
commit e881102ade
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import { buildShadow } from "./shadow";
import OrgAst, { OrgNodeReference } from "./OrgAst";
import { parse_org } from "../../organic/target/wasm32-unknown-unknown/js/wasm";
const default_org_source: string = `Welcome to the Organic Wasm Demo!
const default_org_source: string = `Welcome to the Organic Ast Explorer!
Type your Org [fn:1] source in this text box, and it will be parsed by Organic [fn:2] that has been compiled into wasm and embedded in this page. The resulting AST will be rendered to the right.