Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dario-piotrowicz/miniflare-no-rpc-binding-repro
https://github.com/dario-piotrowicz/miniflare-no-rpc-binding-repro
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dario-piotrowicz/miniflare-no-rpc-binding-repro
- Owner: dario-piotrowicz
- Created: 2024-04-10T15:42:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T15:57:50.000Z (7 months ago)
- Last Synced: 2024-04-18T06:19:58.792Z (7 months ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# miniflare-no-rpc-binding-repro
After installing the project's dependencies:
```
$ npm i
```If you run `npm run start-ok` everything will work as you'd expect it to, `npm run start-ko`
instead shows you that the `sum` function is `undefined` and also triggers a warning from workerd:
![screenshot](./screenshot.png)> [!NOTE]
> Note that the script is not even trying to run the rpc method,
> but just console logging its type causes the workerd warning to appear