Stream: wasmtime

Topic: ✔ Module instantiation hook


view this post on Zulip Roman Volosatovs (Sep 17 2025 at 15:52):

Thank you all for the advice, I've settled on the start function re-export approach, which seems to be working really well!

for reference,
instrumentation: https://github.com/near/finite-wasm/pull/80
embedding: https://github.com/near/nearcore/pull/14248

Implement instrumentation inline. This relies on two new imports: finite_wasm_stack_exhausted finite_wasm_gas_exhausted and 1 exported global: finite_wasm_remaining_gas - the runtime is expected...
Depends on near/finite-wasm#80 Benchmarks using mainnet data, protocol version 79 NearVm (Wasmer): Applied the chunk 915 times. - average stats: (application time: 5.4ms, applications per second: ...

view this post on Zulip Notification Bot (Sep 17 2025 at 15:52):

Roman Volosatovs has marked this topic as resolved.


Last updated: Dec 06 2025 at 06:05 UTC