Avatar
omochimetaru 6/11/2024 3:24 AM
仕組み的にはできるはできそうか
3:24 AM
Running... wasm-opt -Os --enable-bulk-memory /home/runner/work/carton/carton/Tests/Fixtures/EchoExecutable/Bundle/main.wasm -o /home/runner/work/carton/carton/Tests/Fixtures/EchoExecutable/Bundle/main.wasm Process failed and produced following output: Process failed with non-zero exit status and following output: and following error output: [wasm-validator error in function 120] unexpected false: all used features should be allowed, on (i32.extend8_s (local.get $20) ) [wasm-validator error in function 125] unexpected false: all used features should be allowed, on (i32.extend8_s (local.get $19) ) [wasm-validator error in function 178] unexpected false: all used features should be allowed, on (i32.extend8_s (local.get $8) ) [wasm-validator error in function 450] unexpected false: all used features should be allowed, on (i32.extend16_s (local.get $0) )
3:24 AM
Linux + Swift 6.0 で wasm-opt がエラーを出してCIが失敗してる・・・