wasdk / WebAssemblyStudio

Learn, Teach, Work and Play in the WebAssembly Studio
http://webassembly.studio
MIT License
2.92k stars 273 forks source link

Modify clangService.ts for multiple sources support #452

Closed nokotan closed 2 years ago

nokotan commented 4 years ago

Associated Issue: #365 #298

Here's the contributing guide at https://github.com/wasdk/WebAssemblyStudio/wiki/Contributing

Summary of Changes

Test Plan

Current test cases in tests/compilerServices/clangService.spec.ts are designed for single c source file and expected to rename this to "file.c", some test cases fail. So I check my implementation manually... (should modify test cases, but I'm not sure that the modification is appropriate in this PR.)

Failing test cases:

Screenshots/Videos (OPTIONAL)

スクリーンショット 2020-02-20 15 50 27 スクリーンショット 2020-02-20 15 51 22 スクリーンショット 2020-02-20 15 51 38

nokotan commented 2 years ago

I've decided to rename branch, closing this issue. Please refer #504.