Samsung / walrus

WebAssembly Lightweight RUntime
Apache License 2.0
42 stars 10 forks source link

Return values from WASM #19

Closed matetokodi closed 1 year ago

matetokodi commented 1 year ago

Copy the contents of the funcion's data memory to the results vector

Moved struct Value and its dependencies to value.h to use it in jit.cc, because including interp.h in jit.h would cause a circular import

zherczeg commented 1 year ago

Signed-off-by is missing from the commit log