Skip to content

Commit

Permalink
Update deps; add import "wasi"; to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Nov 29, 2020
1 parent 9b1bb32 commit 4407093
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ You can install `as-wasi` in your project by running the following:
Example usage of the `Console` and `Environ` classes:

```typescript
import "wasi";

// Import from the installed as-wasi package
import { Console, Environ } from "as-wasi";

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
"docs:concat": "concat-md --decrease-title-levels --dir-name-as-title temp-docs > REFERENCE_API_DOCS.md"
},
"devDependencies": {
"assemblyscript": "^0.17.1",
"assemblyscript": "^0.17.3",
"concat-md": "^0.3.5",
"rimraf": "^3.0.0",
"typedoc": "^0.19.0",
"typedoc-plugin-markdown": "^3.0.0",
"typescript": "^4.0.0"
"typedoc": "^0.19.2",
"typedoc-plugin-markdown": "^3.0.11"
}
}

0 comments on commit 4407093

Please sign in to comment.