Skip to content

Commit 1bab23d

Browse files
Update shim.md
1 parent 610224c commit 1bab23d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/shim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Shim
22
A **shim** is a parser that accesses **only** C++ or the TypeScript Abstraction Layer (TSAL), **not the sandbox environment**, for functions.
33
For instance, these shims are **not** able to access properties or anything else in the runtime, which is how they were built. Additionally,
4-
**only** functions that are exposed in the pxsim namespace, which are exported in the [pxtsim](https://github.com/microsoft/pxt/tree/master/pxtsim/) folder and any PXT repository that contains the sim folder. For instance, the sim folder is in a specific lib folder.
4+
**only** functions that are exposed in the pxsim namespace, which are implemented in the [pxtsim](https://github.com/microsoft/pxt/tree/master/pxtsim/) folder and any PXT repository that contains the sim folder. For instance, the sim folder is in a specific libs folder in any PXT repository except the core PXT repository.

0 commit comments

Comments
 (0)