Skip to content

Commit d223358

Browse files
committed
Review and improve the GraalVM Insight Manual doc
1 parent 277d589 commit d223358

File tree

2 files changed

+266
-348
lines changed

2 files changed

+266
-348
lines changed

Diff for: docs/tools/insight/Insight-Embedding.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Embedding Insight
1+
# Embedding GraalVM Insight into Applications
22

3-
## Embedding Insight into Java Applications
3+
## Embedding Insight into Java
44

55
GraalVM languages (languages implemented with the Truffle framework, i.e., JavaScript, Python, Ruby, R) can be embedded into custom Java applications via [Polyglot Context API](https://www.graalvm.org/sdk/javadoc/org/graalvm/polyglot/Context.html).
66
GraalVM Insight can also be controlled via the same API.
@@ -57,7 +57,7 @@ It is possible to expose simple values, as well as complex objects.
5757
See the [javadoc](https://www.graalvm.org/tools/javadoc/org/graalvm/tools/insight/Insight.SymbolProvider.html) for more detailed information.
5858
Note that instrumentation can alter many aspects of program execution and are not subject to any security sandbox.
5959

60-
## Embedding Insight into Node.js Application
60+
## Embedding Insight into Node.js
6161

6262
The [Insight Manual](Insight-Manual.md) shows many examples of using GraalVM Insight with `node`.
6363
However most of them rely on the command line option `--insight` and do not benefit from the dynamic nature of the tool.

0 commit comments

Comments
 (0)