Skip to content

Commit

Permalink
Merge pull request #30 from extism/small-readme-fixes2
Browse files Browse the repository at this point in the history
docs: small readme fixes
  • Loading branch information
bhelx authored Nov 27, 2023
2 parents 8e4fc5a + bb2c7d4 commit 0aac0c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ support. This is only available in
[`crossOriginIsolated`](https://developer.mozilla.org/en-US/docs/Web/API/crossOriginIsolated)
contexts.

## Reference Docs

Reference docs can be found at [https://extism.github.io/js-sdk/](https://extism.github.io/js-sdk/).

## Getting Started

This guide should walk you through some of the concepts in Extism and this JS library.
Expand All @@ -59,7 +63,7 @@ Plug-in code can come from a file on disk, object storage or any number of place
const plugin = await createPlugin(
'https://github.com/extism/plugins/releases/latest/download/count_vowels.wasm',
{ useWasi: true }
});
);
```

## Calling A Plug-in's Exports
Expand Down

0 comments on commit 0aac0c6

Please sign in to comment.