[wasmtime_wasi_http] wasm trap: out of bounds memory access
on second function call
#9972
Labels
bug
Incorrect behavior in the current implementation that needs fixing
I'm trying to make http request from a wasm component, in first request there is no issue but if I wanna call component again I'm getting
wasm trap: out of bounds memory access
error. I'm not sure if this is a bug or I'm doing something wrong.for reproduce this is my host code:
this is my component:
and wit file
I'm compiling js component with
jco componentize test.js --wit wit/world.wit --world-name test --out test.wasm
and here is the stdout:
The text was updated successfully, but these errors were encountered: