We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e52f7d commit db38447Copy full SHA for db38447
README.md
@@ -4,6 +4,24 @@ Library to handle passing high-level data structures between AssemblyScript and
4
5

6
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
25
# Compatibility notes
26
27
Supported types (params and returns on exported functions FROM Assemblyscript):
0 commit comments