life icon indicating copy to clipboard operation
life copied to clipboard

A secure WebAssembly VM catered for decentralized applications.

Results 36 life issues
Sort by recently updated
recently updated
newest added

Do you have an example how to call wasm function, which takes string parameter with life ?

EDIT: please see my last comment on this issue for how I managed to fix the error I reported below. --------------------------------------------------- FYI I raised the same issue with `gasm` (https://github.com/mathetake/gasm/issues/18)....

As far as I know, in w3c standard, when instantiating a module entity the functions in start section will get called. I wanna ask that whether will life count the...

Can you provide an example of how to invoke a process in your VM with instruction step limits? Can instruction steps and memory usage be limited separately? What is the...

question

I would like to understand the benefit of transpiling WASM to an SSA-based IR Is this solely based on the fact that register-based VM has better performance compared to a...

question

after https://github.com/perlin-network/life/commit/fa85cafea8accd22a8ddd741141aa44497e638e2 was merged I am now getting an panic message that infers no exported functions exist `panic: runtime error: index out of range [51] with length 0` my execution...

Could you add comparison to [V8](https://v8.dev/blog/liftoff)?