Skip to content

Commit 42f941f

Browse files
authored
Merge pull request #77 from torch2424/quick-readme-fix
Removed broken links from README
2 parents 6615ff5 + c3fa95f commit 42f941f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Isomorphic library to handle passing high-level data structures between Assembly
2727
- [Performance](#performance)
2828
- [Production](#production)
2929
- [Projects using as-bind](#projects-using-as-bind)
30-
- [FAQ and Common Issues](#faq-and-common-issues)
3130
- [Contributing](#contributing)
3231
- [License](#license)
3332

@@ -114,10 +113,6 @@ const asyncTask = async () => {
114113
asyncTask();
115114
```
116115

117-
_Did the quick start not work for you, or you are noticing some weird behavior? Please see the [FAQ and Common Issues](#faq-and-common-issues)_
118-
119-
_Want to use `as-bind` in production? Please see the [Production section in the FAQ and Common Issues](#production)_
120-
121116
## Additional Examples
122117

123118
## Passing a high-level type to a an exported function, and returning a high-level type
@@ -249,6 +244,8 @@ This library was inspired by several chats I had with some awesome buddies of mi
249244
250245
Thus, this library was made to help AssemblyScript/JavaScript users build awesome things! I also want to give a huge thanks to the [AssemblyScript team](https://github.com/AssemblyScript/meta) and community for the help they provided me. I'm super appreciative of you all! 😄🎉
251246
247+
(Also! Huge Shoutout to @surma for doing the awesome refactor to use AssemblyScript compiler transforms! 🙏)
248+
252249
## Performance
253250
254251
**TL;DR** This library should be pretty darn fast. 🤔

0 commit comments

Comments
 (0)