ocaml-offchain icon indicating copy to clipboard operation
ocaml-offchain copied to clipboard

Invoking modules multiple times

Open mrsmkl opened this issue 8 years ago • 1 comments

Some test cases need to invoke the modules many times. Currently this is not supported.

mrsmkl avatar Sep 18 '17 15:09 mrsmkl

i was talking on the irc chat regading this just to double check. running multiple modules inside a .wast is not a requirement for a wasm interpreter. also .wasm files will only have one module inside and we will be running only .wasm files,right? so cant we just cut them up into separate files or the tests wont make any sense that way?

terminaldweller avatar Sep 19 '17 14:09 terminaldweller