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: DEVELOPMENT.md
+17
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,20 @@
13
13
```bash
14
14
$ make all
15
15
```
16
+
17
+
## Compute
18
+
19
+
Support for the [Fastly Compute](https://www.fastly.com/products/edge-compute) platform is still in development.
20
+
21
+
There are known issues with the use of Go's `reflect` package and for TinyGo support to mature.
22
+
23
+
> **NOTE:** The go-fastly API client uses [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure)
24
+
25
+
If using standard Go (not TinyGo) then a usable client can be achieved with:
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
A Go client library for interacting with most facets of the [Fastly API](https://docs.fastly.com/api).
8
8
9
-
This library is not intended for use on the [Fastly Compute](https://www.fastly.com/products/edge-compute) platform.
9
+
> **NOTE:**This API client may not function correctly when used on the [Fastly Compute](https://www.fastly.com/products/edge-compute) platform. Support for Compute is on the roadmap but has not yet been prioritised ([details](./DEVELOPMENT.md#compute)).
0 commit comments