Questions tagged [fastly-compute]

3 questions
2
votes
0 answers

How to perform Wasm host call from a Go guest?

How can one call custom Wasm host functions from a Go guest? I've looked at a few examples that show loading a self-contained witx/wat/wasm defined function, but haven't found an example for performing a host-defined call. Some examples I've looked…
Grokify
  • 15,092
  • 6
  • 60
  • 81
0
votes
0 answers

How to import `fastly:env` into a Fastly Compute@Edge build

I've got a fresh Fastly Compute@Edge project that fails the moment I try to import fastly:env. It's a fresh Remix project. Nothing fancy. Everything builds fine except for fastly:env. It says that it can't find fastly:env in node_modules. The TS…
Chris Esplin
  • 842
  • 9
  • 16
0
votes
2 answers

How to stop Fastly HTTPS 308 Permanent Redirect?

I have a Fastly Compute@Edge service that is configured to use HTTP for the frontend domain and backend host, but when I connect I get a 308 https redirect which I'd like to stop. I'd like it to just run and return the Edge function code which…
Grokify
  • 15,092
  • 6
  • 60
  • 81