158 Commits

Author SHA1 Message Date
Nicolas Lepage
6ddad6298b
docs: adds EliCDavis as a contributor 2025-02-06 10:08:56 +01:00
Nicolas Lepage
1f38d08145
feat: Provide ability to passthrough and hit network 2025-02-06 09:58:37 +01:00
Nicolas Lepage
5dc06a3dbb
docs: updates documentation for registerWasmHTTPListener 2025-02-06 09:55:58 +01:00
Nicolas Lepage
38c1814f66
refactor: change signature for passthrough function 2025-02-06 09:55:56 +01:00
Eli Davis
268c971467
Provide ability to passthrough and hit network 2025-02-05 17:48:27 -08:00
Nicolas Lepage
57a311369e
doc: credit contributors 2025-01-19 11:29:03 +01:00
Nicolas Lepage
5f2b342f3a
chore: v2.1.0 v2.1.0 2025-01-19 11:16:06 +01:00
Nicolas Lepage
8e787fbf29
Merge pull request #17 from jphastings/compile-with-tinygo
TinyGo compatible packages
2025-01-19 11:03:24 +01:00
JP Hastings-Spital
ce6765e72a
feat: Demonstrates TinyGo compatibility
Adds an example that demonstrates TinyGo compatibility, as well as using a server-side HTTP handler as a fallback.
2025-01-19 11:01:15 +01:00
Nico
d12a255cff implements io.Closer for readablestream.Reader 2024-12-30 00:51:31 +01:00
JP Hastings-Spital
a16a847b26 fix: TinyGo compatible packages
The net/http/httptest package isn't implemented in tinygo — this (minor) change swaps to creating the necessary http.Request struct directly (which needs an extra step or two).

This *is not* enough to get TinyGo _working_ as a compiler for this repo, but the compilation succeeds now.
2024-12-14 10:12:55 +00:00
Nicolas Lepage
3cf36c41e2
chore: v2.0.5 v2.0.5 2024-12-09 23:12:31 +01:00
Nicolas Lepage
30a6ef67f9
fix: avoids closing cancelled readablestream 2024-12-09 23:11:17 +01:00
Nicolas Lepage
669f82020d
chore: rebuilds hello-sse example 2024-12-09 22:46:00 +01:00
Nicolas Lepage
c94dcd965d
chore: v2.0.4 v2.0.4 2024-11-27 22:33:50 +01:00
Nicolas Lepage
2d786bdb14
fix: listen for ReadableStream cancellation 2024-11-27 22:32:19 +01:00
Nicolas Lepage
c561826125
chore: v2.0.3 v2.0.3 2024-10-17 01:12:34 +02:00
Nicolas Lepage
897626b7d1
fix: Firefox does not have request.body ReadableStream 2024-10-17 01:11:41 +02:00
Nicolas Lepage
c93d379f20
feat: improves examples 2024-10-16 14:01:11 +02:00
Nicolas Lepage
98257b470a
feat: allow using cache for wasm binary 2024-10-16 14:01:11 +02:00
Nicolas Lepage
b2bd8679fd
fix: error management in readablestream writer close method 2024-10-16 13:19:16 +02:00
Nicolas Lepage
770d49a106
chore: v2.0.2 v2.0.2 2024-10-14 23:30:16 +02:00
Nicolas Lepage
e8555180f7
fix: improves error management 2024-10-14 23:28:35 +02:00
Nicolas Lepage
8abad8cb77
fix: crash when request has no body 2024-10-14 23:28:21 +02:00
Nicolas Lepage
74cbaf89b5
fix: wrongful import path in v2.0.0 example v2.0.1 2024-10-14 22:56:59 +02:00
Nicolas Lepage
23cde9d811
chore: v2.0.0 v2.0.0 2024-10-14 22:36:22 +02:00
Nicolas Lepage
b7e5adfd23
feat: uses ReadableStream for request (#16) 2024-10-14 22:23:22 +02:00
Nicolas Lepage
3220c94fa5
fix: hello-state-keepalive example crashes 2024-10-14 17:04:06 +02:00
Nicolas Lepage
5ec4a8d7e8
[FEATURE] Use ReadableStream for Response (#15)
* feat: uses ReadableStream for Response

* chore: rebuilds other examples
2024-10-14 09:14:50 +02:00
Nicolas Lepage
163b49702b
⬆️ go 1.18 compatibility v1.1.0 2022-07-28 00:08:56 +02:00
Nicolas Lepage
624ed00220
♻️ Use github.com/nlepage/go-js-promise 2021-08-16 23:40:53 +02:00
Nicolas Lepage
1f549a4bf0
📝 Create funding.yml 2021-03-02 12:07:53 +01:00
Nicolas Lepage
73a09847ca
✏️ 2021-02-18 22:01:34 +01:00
Nicolas Lepage
0bf86b9d79
📝 2021-02-10 12:44:50 +01:00
Nicolas Lepage
167237a124
📝 2021-02-09 23:20:40 +01:00
Nicolas Lepage
f602159c47
📝 2021-02-09 23:18:59 +01:00
Nicolas Lepage
a06a85731f
📝 New Random password generator web server example 2021-02-08 13:54:49 +01:00
Nicolas Lepage
17e34981b0
📝 2021-02-06 18:15:36 +01:00
Nicolas Lepage
7434774930
📝 v1.0.1 2021-01-31 22:24:30 +01:00
Nicolas Lepage
d2e039bd3e
📝 2021-01-31 21:59:22 +01:00
Nicolas Lepage
76abf72cff
📝 2021-01-28 16:00:27 +01:00
Nicolas Lepage
472360783b
📝 v1.0.0 2021-01-28 11:05:59 +01:00
Nicolas Lepage
b3e8d72ed1
♻️ Promise: More idiomatic Go... 2021-01-27 23:21:59 +01:00
Nicolas Lepage
896b5a3cee
♻️ 2021-01-27 23:06:28 +01:00
Nicolas Lepage
04f6573b78
♻️ 2021-01-25 11:07:52 +01:00
Nicolas Lepage
79db7567a5
🚧 2021-01-24 21:52:41 +01:00
Nicolas Lepage
ce9bfc89b8
🐛 2021-01-24 21:32:37 +01:00
Nicolas Lepage
74999fa92e
📝 2021-01-24 21:28:56 +01:00
Nicolas Lepage
32e6c6349c
♻️ 2021-01-24 21:18:18 +01:00
Nicolas Lepage
37bf64f9dc
♻️ Simplify, no more util package 2021-01-24 18:03:17 +01:00