runw
runw copied to clipboard
It seems that runw has a memory leak issue.  
We need to allow the user to restrict resources (CPU, RAM) to the runw payload.
We would like to support cgroupfs as a fallback cgroup driver when the system does not have systemd.
The --allow-command option is not working properly. The command name in the system call is wrong (eg it uses http_proxyhttp_proxy instead of the correct http_proxy)
We need to support WasmEdge interpreter mode in runw so that it can run the ARM32 build.
hello dir only contains running wasm: wasi_example_main.wasm (provided by runw project wiki) operate step: 1 ./runw --systemd-cgroup create --bundle=hello --pid-file=pid.txt test first result is running successfully, print necessary messages like...
simple go code: `package main import "fmt" func main() { fmt.Println("Hello, WebAssembly!") }` go build cmd: GOARCH=wasm GOOS=js go build -o test.wasm test.go runw run bundle include test.wasm: find /tmp/runw.log...
Run `clang-format-12 -i -style=file **/*.h **/*.cpp **/*.in`