Skip to content

Commit db38447

Browse files
committed
More work on the README
1 parent 9e52f7d commit db38447

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ Library to handle passing high-level data structures between AssemblyScript and
44

55
![Asbind Markdown Parser Demo Gif](./assets/asbind.gif)
66

7+
## Installation
8+
9+
You can install as-bind in your project by running the following:
10+
11+
`npm install --save as-bind`
12+
13+
## Quick Start
14+
15+
**In your Assemblyscript**
16+
17+
1. Export everything from the asbind assemblyscript library:
18+
19+
```
20+
// This should be in your entry point file for your Assemblyscript project
21+
22+
23+
```
24+
725
# Compatibility notes
826

927
Supported types (params and returns on exported functions FROM Assemblyscript):

0 commit comments

Comments
 (0)