Achala Bhatt
Achala Bhatt
**Describe the bug** When I try to get at form wat code, I'm getting errors **To Reproduce** Steps to reproduce the behavior: 1. My rust code looks like ``` #[no_mangle]...
Hi, The wasm-opcodecnt tool gives me the opcode count of whole binary file. But I wanted to know the opcode count for each function. Is there any way to get...
Can we calculate Cost for each function using go-wasmer?( something like ethereum is doing) Ex: if we are executing simple rust code to add two numbers, need to know the...
**Describe the bug** When I try to get at form wat code, I'm getting errors **To Reproduce** Steps to reproduce the behavior: 1. My rust code looks like ``` #[no_mangle]...
Hi, How we can declare global hashmap? In my use case I want to insert some value to the key in `init` function and then using `transfer` function I want...
Hi, I'm trying to connect rust code to ethereum ? Is there any luck using this jsonrpc?? and it should compatible with webassembly as well. Or any other crates we...
How can we generate ABI using wasmer for rust lang code? Is it possible now? If yes what are the steps to generate ABI? This blog https://medium.com/wasmer/webassembly-cloudabi-b573047fd0a9 shows that wasmer...
Hi, I'm trying to connect rust code to ethereum ? Is there any luck using this crate?? and it should compatible with webassembly as well. Thanks
When I run the above code I'm getting the message successful.(`hello.html` is up to date) But when I open `hello.html` file it is not showing the text message instead it...
How can we test whether the go package is compiled into wasm ?