Chevdor
Chevdor
I would need to look into that. Keep in mind that `subwasm` **only** works off the runtime. If there is a call that does not require storage and returns those...
ok, I will investigate.
The `compat` logic has been updated in 87a50f7.
What was mentioned a `renaming` could be covered by a new `signature` analysis.
> **and attach your runtime**
Closing as it sounds like the wasm was not generated properly. Please reopen if you think this is wrong and include how you built the wasm.
PRs are welcome :)
Hello, thanks for the report. It looks like a bug related to some rework with the args. Here are a few workarounds for now: - Do not pass the url:...
I would add the specific of some use case I ran into, to complement this issue. ## Splitting workspaces It is common for users to start with a single workspace...
This is not supported on purpose since you can already do that using `jq`. Check out the `--slurp` flags. It will allow bringing all your files into a single context.