DarumaDocker!!

Results 12 comments of DarumaDocker!!

The Golang host: ```go package main import ( "fmt" "os" "github.com/second-state/WasmEdge-go/wasmedge" ) func main() { /// Set not to print debug info wasmedge.SetLogErrorLevel() /// Create configure var conf = wasmedge.NewConfigure(wasmedge.WASI)...

I have found another interesting phenomenon. If I change wasm code to: ```rust #[no_mangle] pub fn t() -> i32 { let buffer: Vec = vec![1; 200]; buffer.as_ptr() as i32 }...

@evilnoxx Now the wasmedge-bindgen only works with the wasm that is compiled from rust code. The `allocate` function is defined here https://github.com/second-state/wasmedge-bindgen/blob/v0.2.0/bindgen/rust/wasm/src/lib.rs#L6. It helps to allocate memory for passing the...

Reactr depends on [email protected] and there are some breaking changes between v0.9 and v0.10. So you need to install [email protected] in your system.

Of course! Then we will put it into our schedule. Thanks

``` function App() { return ( 123 ); } ``` @tpmccallum You can wrap the `` with a `` and add some text to it. Then you will find that...

> Please help to rebase on that branch. Done

how to demo FedAGRU