hydai
hydai
The wasm file generated from Golang contains two parts: the wasm file and its dependencies javascript file. So you can use [`go_js_wasm_exec`](https://github.com/golang/go/blob/master/misc/wasm/go_js_wasm_exec) provided by golang to execute the generated wasm...
I have some questions about your proposal: 1. `We will be able to port the logic for *nix like OSes to Windows easily.`. However, not all of the libc functions...
Hi @chris-aeviator According to the error messages, the WasmEdge is trying to call the function called `allocate`. However, this function is not found. Could you provide the wasm file for...
Hi @DarumaDocker Could you help with this? I would like to know where the `allocate` function comes from. And is this function available with tinygo?
To figure out this error, you may need to build a debug version of wasmedge and dig into the internal source code with gdb to check which part is failed...
> So I think about the AOT mode. Does AOT mode require native gcc or clang compilation toolchains, or actual hardware support? So let me explain how the ahead-of-time mode...
Could you also provide your commands and dockerfile here?
Including how you create the docker image from the dockerfile, and change the execution mode of the wasm file, etc.
Thanks, I am working on this.
I cannot reproduce this. And I already created several new docker images on `wasmedge/example-wasi` and `wasmedge/example-wasi-http`. So I am closing this. If you have any new updates, please feel free...