Skip to content

Commit 4fdf5fb

Browse files
committed
Added the fact it supports node and bowser
1 parent 05891d7 commit 4fdf5fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# as-bind
22

3-
Library to handle passing high-level data structures between AssemblyScript and JavaScript. 🤝🚀
3+
Isomorphic library to handle passing high-level data structures between AssemblyScript and JavaScript. 🤝🚀
44

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "as-bind",
3-
"description": "Library to handle passing high-level data structures between AssemblyScript and JavaScript 🤝🚀",
3+
"description": "Isomorphic library to handle passing high-level data structures between AssemblyScript and JavaScript 🤝🚀",
44
"version": "0.0.2",
55
"main": "dist/asbind.cjs.js",
66
"module": "dist/asbind.esm.js",

0 commit comments

Comments
 (0)