Open guregu opened 1 year ago
It's possible to exhaust the memory of the interpreter (4GB) by throwing a ton of concurrent queries at it. Using wasm64 should fix this.
Hmm, maybe wasm64 not supported by WASI yet? https://github.com/WebAssembly/wasi-sdk/issues/185 That's a bit of a show stopper.
It's possible to exhaust the memory of the interpreter (4GB) by throwing a ton of concurrent queries at it. Using wasm64 should fix this.