KV doesnt work with --local, what does --preview do if I can use --env staging --env production etc
KV doesnt work with --local, what does --preview do if I can use --env staging --env production etc
wrangler are you running?wrangler preview is still a thing in the latest version of wrangler, but there isn't a --preview flag.
.wasm module seems to just return an empty ES Module not bytes or a WebAssembly.Module object that WebAssembly.instantiate is expectinginstantiateStreaming or passing a Buffer to either of them, but otherwise it's the same.
wrangler.toml.wrangler.toml right before the wrangler deploy action runs:wranglerwranglerwrangler preview--preview.wasmWebAssembly.ModuleWebAssembly.instantiateimport wasm from './module.wasm';
const instance = await WebAssembly.instantiate(wasm, {});instantiateStreamingwrangler.tomlwrangler.tomlwrangler deploy