Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dario-piotrowicz/miniflare-wrappedbindings-getbindings-function-stringification-error-repro
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dario-piotrowicz/miniflare-wrappedbindings-getbindings-function-stringification-error-repro
- Owner: dario-piotrowicz
- Created: 2024-04-13T22:28:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-20T14:12:53.000Z (7 months ago)
- Last Synced: 2024-04-20T15:55:20.800Z (7 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Miniflare `wrappedBindings` + `getBindings` function stringification error repro
After installing the project's dependencies:
```
$ npm i
```If you run `npm start` you'll see the following output:
![screenshot](./screenshot.png)Showing that the `Greeter` wrapped binding can be successfully used inside Miniflare/Workerd but it cannot by using the Miniflare binding proxies.