-
```[tasklist]
### Tasks
- [x] Generate new costs contract for interpreter and analyze what's changed
- [ ] Profile the interpreter to see where the bottlenecks are
- [ ] Open specific issues to fu…
-
i have install coraza-proxy-wasm on envoy 1.27. i am build with go version 1.20 gotiny 0.28.
but i have something error blocker
[2023-08-10 16:17:37.729][81856][error][wasm] [source/extensions/commo…
-
*Title*: *Add support to fetch wasm binary from https base clusters*
*Description*:
Currently, using https urls to fetch wasm binaries, does not support https, as it will always set the wrong :sch…
-
This is probably a matter of moving [the validation currently performed here](https://github.com/near/nearcore/blob/master/runtime/near-vm-runner/src/near_vm_runner.rs#L303-L309) into near-vm-compiler…
-
This error happens sometimes when verifying call proofs made against a relay chain, in this case Kusama. The Kusama runtime in general works, and thus I think that this might relate to https://github.…
-
As part of the discussion on #9015 / #9026, we discussed handling of VM data structures -- the vmctx struct, tables, function references, and the like -- that are touched both by runtime code (in Rust…
-
cdt generates _extremely_ inefficient calls to the `memcpy` host function. It will create wasm such as
```wast
local.get $l5
local.get $l3
i32.const 8
call $env.memcpy
```
In th…
-
The WASMVM ABI should be stable enough to have old wasm blobs deployed on the registry at whatever point "just work" with any node at any point in time.
To do this, the node has to maintain all of …
-
As of #32 , we have a Common Module invocation path that utilizes a JS VM running inside of a Wasm VM to interpret JS on-demand. There will be several mitigations required to reduce the chance of user…
cdata updated
4 months ago
-
Even though `wasmi` is an interpreter VM for Wasm we are missing proper debugging functionality such as backtraces.
This is a heavily requested feature by smart contract users so that they can finall…