Rename from organic wasm demo to organic ast explorer.

main
Tom Alexander 4 months ago
parent 536e364364
commit e881102ade
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

4
package-lock.json generated

@ -1,11 +1,11 @@
{
"name": "organic_wasm_demo",
"name": "organic_ast_explorer",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "organic_wasm_demo",
"name": "organic_ast_explorer",
"version": "0.0.0",
"license": "ISC",
"dependencies": {

@ -1,5 +1,5 @@
{
"name": "organic_wasm_demo",
"name": "organic_ast_explorer",
"version": "0.0.0",
"description": "",
"main": "index.jsx",

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Organic Wasm Demo</title>
<title>Organic Ast Explorer</title>
</head>
<body>

@ -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.

Loading…
Cancel
Save