Skip to content

Commit

Permalink
docs: add memory infov(#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi authored Jan 8, 2024
1 parent 6e3323b commit 42c4f60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ int32_t EXTISM_EXPORTED_FUNCTION(greet) {
The `EXTISM_EXPORTED_FUNCTION` macro simplifies declaring an Extism function that will be exported to the host.
The `load`, `store`, and `alloc` functions are used to load from, store to and allocate Extism memory. Extism eases passing data to and from the host and the plug-in by managing memory isolated from both the host and the plug-in/Wasm module. For more details, see the [Memory](https://extism.org/docs/concepts/memory) concept page.
Since we don't need any system access for this, we can compile this directly with clang:
```shell
Expand Down

0 comments on commit 42c4f60

Please sign in to comment.