Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
example including an image
Browse files Browse the repository at this point in the history
  • Loading branch information
kalepail committed Jul 15, 2022
1 parent 55b0452 commit 7e0dc77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/environment-concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Specifically, the value type can directly encode 63-bit unsigned integers (equiv

Since the value type can contain a handle to a host object, any container object that can contain the value type can in fact hold any object. Therefore the host map and vector types – container data structures – are defined merely as containers for the value type, where the specific case of each value may vary from container to container or even among the elements of a container. In this way, the host container types are more like the containers of dynamic-typed languages like JavaScript or Python. The SDK also provides static, uniformly-typed wrappers when this is desired, prohibiting values outside the designated case from being added to the container.

[TODO: ADD DIAGRAM HERE]
![](/diagrams/graydon-copy-copy.png)
Binary file added static/diagrams/graydon-copy-copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e0dc77

Please sign in to comment.