File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 3232
3333 <!-- SEO -->
3434 <generate-canonicals >true</generate-canonicals >
35- <noindex-content >false </noindex-content >
35+ <noindex-content >true </noindex-content >
3636 <og-twitter >https://twitter.com/elide_dev</og-twitter >
3737 <!-- <og-image></og-image> -->
3838
5959
6060 <build-profile instance =" e" >
6161 <variables >
62- <noindex-content >false </noindex-content >
62+ <noindex-content >true </noindex-content >
6363 </variables >
6464 </build-profile >
6565
Original file line number Diff line number Diff line change @@ -140,6 +140,10 @@ Certain features are not supported on macOS yet:
140140 Espresso ([ Java on Truffle] ( https://www.graalvm.org/latest/reference-manual/java-on-truffle/ ) ) is experimental and
141141 this limitation is expected to change eventually.
142142
143+ ## Framework Installation
144+
145+
146+
143147<seealso >
144148 <category ref="gettingStarted">
145149 <a href="GettingStarted.md">Getting Started with %product%</a>
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ def call_hello():
2828 say_hello(" %product%" )
2929```
3030
31+ > This demo does not work yet; please bear with us while our features and docs catch up to each other.
32+ > {style="warning"}
33+
3134This is pretty easy to follow so far. We've defined that ` sayHello ` function in JavaScript, and now we are calling that
3235same function from a new function, called ` callHello ` , in Python.
3336
@@ -78,6 +81,9 @@ def call_hello_look_ma_try_this_with_serialization():
7881 say_hello(get_name)
7982```
8083
84+ > This demo does not work yet; please bear with us while our features and docs catch up to each other.
85+ > {style="warning"}
86+
8187%product% will happily run this code. This is impossible with JSON, or Protobuf, or any other trickery on top of Node.js
8288or CPython.
8389
You can’t perform that action at this time.
0 commit comments