TypeError: Deno.readFile is not a function
I am trying to run WASM on my edge function using Extism (https://extism.org). If I try to load a local WASM file directly, I get the error "Deno.open is not a function". I think this is because edge functions are not allowed to access local files, so there is a runtime restriction?