Bartłomiej Strama

Results 4 issues of Bartłomiej Strama

- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Feature: I added pnpm tool support Bug: I fix a lot of bugs like wrong...

## Feature Request ### Motivation `WebSocket::recv` blocks the runtime, causing it to wait for a new message. Consequently, when I share `Arc` between threads, all threads are blocked until the...

We should try achieving near 100% test coverage. For this purpose I would consider writing a mock API server (or use external solution, like [this one](https://github.com/wiremock/wiremock) ).

enhancement
help wanted
good first issue

Adds option to transpile wasm to JS using `wasm2js` tool. This feature would be great for old browser support as well as e.g. writing chrome extensions (which is why I...