Replies: 1 comment
-
Metering triggers an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I have tried to combine examples of metering and wasi into a test crate to investigate if it is possible to do so.
Metering example from wasmer
WASI example from wasmer
I have also used the sample hello wasi wasm code found here.
However when I added the metering middleware into the wasi example, I am unable to call the function defined in the wasm code.
The metering middleware is pushed by Cranelift compiler and I am using Universal engine.
TLDR:
I would appreciate if there are pointers/hints on how to debug the stack trace output from wasmer.
I would like to know if metering is supported in Wasmer's WASI implementation?
Thanks a lot for the help.
Files:
cranelift-wasi-metering.tar.gz
result.log
Beta Was this translation helpful? Give feedback.
All reactions