Skip to content

Commit

Permalink
deps: add binaryen as devDependency
Browse files Browse the repository at this point in the history
extism-js can get the same treatment, if extism/js-pdk#77 lands.
  • Loading branch information
Phault committed May 18, 2024
1 parent 261aead commit b0c0557
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
2 changes: 0 additions & 2 deletions package/.prototools
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ extism-js = "1.0.0-rc9"
[plugins]
extism-js = "source:./extism-js.toml"

# TODO: add a binaryen plugin - requires a more fine grain version interpolation though

# silly workaround for root .prototools potentially pointing at non-existing plugin
wasm-test = "source:./extism-js.toml"
3 changes: 1 addition & 2 deletions package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ A plugin development kit for creating proto WASM plugins using JS/TS.

You will need:

- [binaryen >=v117](https://github.com/WebAssembly/binaryen)
- [extism-js >=v1.0.0-rc9](https://github.com/extism/js-pdk)

## Installation
Expand All @@ -22,7 +21,7 @@ Not yet published, please check back later.

<!--
```shell
npm i @moonrepo/proto-pdk
npm i -D @moonrepo/proto-pdk binaryen
```
-->

Expand Down
18 changes: 18 additions & 0 deletions package/test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@moonrepo/proto-pdk": ".."
},
"devDependencies": {
"binaryen": "^117.0.0",
"esbuild": "^0.20.2",
"typescript": "^5.4.4"
}
Expand Down

0 comments on commit b0c0557

Please sign in to comment.