JanProvaznik / MSBuildWasm

WebAssembly system interface plugins to MSBuild
MIT License
3 stars 2 forks source link

Implement WasmTask via TaskFactory #5

Closed JanProvaznik closed 2 months ago

JanProvaznik commented 3 months ago

Now the repo implements a task prototype with fixed parameters. That's only the beginning. We want to fetch expected and required parameters from the wasm task implementation itself and then pass these into the task via shared memory or other means.

spec