Anyone out there with wasmtime experience?
More specifically, to run untrusted customer code.
Any recommendations for deterministic fuel vs non-deterministic epochs?
I like the lower overhead of the latter, but wonder how people use it in a real world example.
More specifically, to run untrusted customer code.
Any recommendations for deterministic fuel vs non-deterministic epochs?
I like the lower overhead of the latter, but wonder how people use it in a real world example.
Comments
For public services—especially large scalable systems—I go with non-deterministic as it’s easier to bundle, and enables external limits to be applied that are predictable.
I've got lots to learn ☺️. Probably best to ship a prototype and monitor what happens, then adjust and repeat :)