trealla-prolog / go

Trealla Prolog embedded in Go using WASM
MIT License
79 stars 3 forks source link

wasm64 support #8

Open guregu opened 1 year ago

guregu commented 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.

guregu commented 1 year ago

Hmm, maybe wasm64 not supported by WASI yet? https://github.com/WebAssembly/wasi-sdk/issues/185 That's a bit of a show stopper.