Skip to content

Commit

Permalink
try a table
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech committed May 26, 2024
1 parent ac345df commit f85c3a1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions content/post/mini-racer-v0.12.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ such calls are ignored.

Here's roughly what the system looks like:

<center><div style="max-width: 400px;">
<table border="0"><tr><td>

```goat
+----------------------------------------+
Expand Down Expand Up @@ -243,7 +243,7 @@ Here's roughly what the system looks like:
| | | +--------------------------+ | | |
| | +-----------------+ | | | | | |
| | | | 6 | | v8::Array | | | |
| | | JavaScript code |------>| | [callback_id, | | | |
| | | JavaScript code +------>| | [callback_id, | | | |
| | | | | | callback_caller_id] | | | |
| | +-----------------+ | | | | | |
| | | +--------------------------+ | | |
Expand All @@ -255,7 +255,7 @@ Here's roughly what the system looks like:
+----------------------------------------------------------------+
```

</div></center>
</td><td>

1. MiniRacer Python user code instantiates a `py_mini_racer.MiniRacer` object
which contains a `py_mini_racer._Context` object.
Expand Down Expand Up @@ -299,6 +299,8 @@ Here's roughly what the system looks like:
destination Python function object (`my_callback_func`), and finally passes
the function parameters back to it.

</td></tr></table>

### Un-`shared_ptr` all the things

<div style="text-align: center;">
Expand Down

0 comments on commit f85c3a1

Please sign in to comment.