akamai / edgeworkers-examples

EdgeWorkers Examples – This repository contains practical examples, that can be used as a starting point for Akamai EdgeWorkers.
Apache License 2.0
138 stars 77 forks source link

Support for WASM on Edgeworkers #170

Closed CMoore-Darwinium closed 1 year ago

CMoore-Darwinium commented 1 year ago

I notice that EdgeWorkers runs on a V8 environment with WASM support explicitly disabled (see: https://techdocs.akamai.com/edgeworkers/docs/specifications).

However, I also noticed that WASM is mentioned in your FAQ: https://techdocs.akamai.com/edgeworkers/docs/edgeworkers-javascript-code so I was wondering if there were any plans to open this functionality up?

dctheobald commented 1 year ago

Hi @CMoore-Darwinium - WASM is being discussed for EdgeWorkers' future roadmap, but there are no plans at the current time to support WASM.