You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,11 @@
22
22
23
23
## How?
24
24
25
-
Talk given at the Go devroom of FOSDEM 2021 explaining how `go-wasm-http-server` works:
25
+
Below is a talk given at the Go devroom of FOSDEM 2021 explaining how `go-wasm-http-server` works.
26
+
27
+
> [!WARNING]
28
+
> `go-wasm-http-server` has suffered major changes since this talk, be aware that it is not accurate anymore on several aspects.
29
+
> Please refer to the documentation below for up to date usage of `go-wasm-http-server`.
26
30
27
31
[](https://youtu.be/O2RB_8ircdE)
28
32
@@ -47,7 +51,7 @@ In your Go code, replace [`http.ListenAndServe()`](https://pkg.go.dev/net/http#L
0 commit comments