Closed jafri closed 2 years ago
Can not replicate this issue. Can you write a minimal test?
@learnforpractice I was able to resolve the issue
The issue is more related to #30,
The preprocessor is not picking up files unless you include a decorator like @packer in the file
Without pre-processor, check
was being called at instantiation where memory was not available and throwing an error
I've been chasing down this bug, but not sure what it is coming from
For some reason
ActionWrapper.fromString("setglobals")
breaks when running, butnew ActionWrapper(Name.fromString("setglobals"))
works fineIt only breaks when running the wasm, not when building
Any ideas @learnforpractice?
Definition of ActionWrapper