liutao
liutao
### Test Case test.c ``` #include #include #include #include int main() { FILE *fp; char str[14]; for (int i = 1; i < 1000; i++) { int fd = open("test.txt",...
https://github.com/juancastillo0/wasm_run/blob/0cedc87f82e2905235763c3bcbcb636ed1ca1a4c/packages/dart_wit_component/wasm_wit_component/build.sh#L15 There is bug:```lib/src/generator.dart``` is an existing file on which the generated dart file depends. There should be the name of the generated dart file, (the second input parameter of...
https://github.com/juancastillo0/wasm_run/blob/0cedc87f82e2905235763c3bcbcb636ed1ca1a4c/packages/dart_wit_component/README.md?plain=1#L26 After this command is executed according to the readme, the following error is reported: ``` wasm-tools component new ./target/wasm32-wasi/debug/dart_wit_component.wasm -o dart_wit_component_component_wasi.wasm --adapt ./wasi_snapshot_preview1.wasm error: decoding custom section component-type:dart-wit-generator Caused...