Jay Geng
Jay Geng
+1 to what @nine9ths posted [above](https://github.com/vadimcn/codelldb/issues/999#issuecomment-2019374107). I've encountered the same issue and has tried the exact same steps as described above but could not solve it. It was working perfectly...
Some general comments. I'm not too familiar with the implementation details yet. None of these functions can use existing metering cost types, for each of these functions {p1, p2}_{add, mul,...
cc @sisuresh relating to contract reentry.
If I understood it correctly, the reason for this request is that you are trying build a WASM contract with AssemblyScript, or build the AssemblyScript SDK, and there is no...
One of the troubles with the arithmetics host functions is there are too many of them. For [i128](https://doc.rust-lang.org/std/primitive.i128.html#) alone there are a few dozen unique methods (deduping `checked_`, `unchecked_`, `overflowing_`...
> > This could result in higher `VmInstantiation` cost which is already an issue. > > Does this result in a higher vm instantiation cost for all contracts, or just...
Thanks @christian-rogobete, this is definitely helpful! I'll read up on the special imports and requirements on the host side. Will take this issue into consideration in our next planning.
The host side has disabled reentry. We still need to expose a flag to set it in the host functions and plumb it on the sdk side.
Reopened to follow up on: https://github.com/stellar/rs-soroban-env/pull/513#issuecomment-1267220021 cc @leighmcculloch
@esteblock We did not have chance to prioritize this. We may consider it in the next phase. This feature has just not been requested much and we felt it could...