CattChen

Results 8 comments of CattChen

I also encountered the same problem and I solved it like this ```javascript interface IInput { value: number | string; onInput: (e: any) => void; id: string; type: "text"; }...

I have the same issue too. ![image](https://user-images.githubusercontent.com/42082890/154794880-c764d878-f4c3-45bf-b4cd-86cad6f8f0e5.png)

https://github.com/bytecodealliance/cargo-wasi/pull/114#issuecomment-1046050221

Oops, some checks are stills be not successful, IMHO maybe `examples/markdown` is not a suitable example for cargo-wasi, we need to remove it, as @alexcrichton says > the wasm32-wasi target...

> 1. As @PiotrSikora says, in order to run`wasm_opt`, a dynamic library needs to be installed (for Linux and mac os). [Update wasm-opt to version_97. #91 (comment)](https://github.com/bytecodealliance/cargo-wasi/pull/91#issuecomment-787433832) > And the...

I have removed the code that updating `wasm-opt` version, and I believe this is the minimum code changes to let CI checks pass. There is no problem with wasm-opt-the-builtin-version, but...

I have the same question, and it seems worked to use `GNU parallel` to work with several input devices. ```ini [Service] WorkingDirectory=/ ExecStart=parallel --retries -1 /usr/bin/evremap remap {}; sleep 5...