Skip to content

Commit 8d7854d

Browse files
Wording: WebAssembly build is usable, not a demo
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 02540fa commit 8d7854d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

EzyCad/EzyCad.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
6-
<title>EzyCad — browser demo (WebAssembly)</title>
6+
<title>EzyCad — run in browser (WebAssembly)</title>
77
<meta name="description" content="EzyCad — open-source hobbyist CAD using Open CASCADE (OCCT), Dear ImGui, and OpenGL. Run in your browser via WebAssembly or build from source on GitHub.">
88
<meta name="keywords" content="EzyCad, CAD, Open CASCADE, OCCT, ImGui, OpenGL, WebAssembly, CNC, machining, STEP, STL">
99
<link rel="canonical" href="https://trailcode.github.io/EzyCad/EzyCad.html">

EzyCad/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="keywords" content="EzyCad, trailcode, CAD, Open CASCADE, OCCT, ImGui, OpenGL, WebAssembly, CNC, machining, STEP, STL">
99
<link rel="canonical" href="https://trailcode.github.io/EzyCad/">
1010
<meta property="og:title" content="EzyCad — open-source hobbyist CAD">
11-
<meta property="og:description" content="Design 2D and 3D parts for CNC and 3D printing. Built with OCCT, Dear ImGui, and OpenGL. Try the browser demo or browse the source on GitHub.">
11+
<meta property="og:description" content="Design 2D and 3D parts for CNC and 3D printing. Built with OCCT, Dear ImGui, and OpenGL. Run EzyCad in your browser or browse the source on GitHub.">
1212
<meta property="og:type" content="website">
1313
<meta property="og:url" content="https://trailcode.github.io/EzyCad/">
1414
<meta property="og:image" content="https://raw.githubusercontent.com/trailcode/EzyCad/main/doc/gen/AI-gen-splashscreen_05_01_2026_512.png">
@@ -129,7 +129,7 @@ <h1>EzyCad</h1>
129129
</div>
130130

131131
<div class="actions">
132-
<a class="primary" href="EzyCad.html">Try in browser (WebAssembly)</a>
132+
<a class="primary" href="EzyCad.html">Run in browser (WebAssembly)</a>
133133
<a class="secondary" href="https://github.com/trailcode/EzyCad">GitHub repository</a>
134134
<a class="secondary" href="https://ezycad.readthedocs.io/en/latest/usage.html">Documentation</a>
135135
<a class="secondary" href="https://github.com/trailcode/EzyCad/releases">Releases</a>
@@ -158,7 +158,7 @@ <h2>Find the project</h2>
158158
<ul>
159159
<li><a href="https://github.com/trailcode/EzyCad">https://github.com/trailcode/EzyCad</a></li>
160160
<li><a href="https://ezycad.readthedocs.io/">https://ezycad.readthedocs.io/</a></li>
161-
<li><a href="https://trailcode.github.io/EzyCad/EzyCad.html">Browser demo</a></li>
161+
<li><a href="https://trailcode.github.io/EzyCad/EzyCad.html">Run in browser (WebAssembly)</a></li>
162162
<li><a href="https://github.com/trailcode/EzyCad/discussions">Discussions and community</a></li>
163163
</ul>
164164
</section>

0 commit comments

Comments
 (0)