mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
doc: Add CodePen link for prompt example
This commit is contained in:
parent
f9fccd6496
commit
6a2897ac56
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ engines have [known issues](https://github.com/remko/waforth/issues/6#issue-3268
|
||||||
|
|
||||||
You can embed WAForth in any JavaScript application.
|
You can embed WAForth in any JavaScript application.
|
||||||
|
|
||||||
A [simple example](https://github.com/remko/waforth/blob/master/src/web/examples/prompt/prompt.ts) to illustrate starting WAForth, and binding JavaScript functions:
|
A [simple example](https://github.com/remko/waforth/blob/master/src/web/examples/prompt/prompt.ts) ([CodePen](https://codepen.io/mko-re/pen/gOzzmXZ)) to illustrate starting WAForth, and binding JavaScript functions:
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
import WAForth from "waforth";
|
import WAForth from "waforth";
|
||||||
|
|
Loading…
Reference in a new issue