vugu / vugu

Vugu: A modern UI library for Go+WebAssembly (experimental)
https://www.vugu.org
MIT License
4.8k stars 175 forks source link

Restore building the `wasm-test-suite` with the `tinygo` compiler suite #284

Open owenwaller opened 2 weeks ago

owenwaller commented 2 weeks ago

The move to a mage based build has (temporally) removed the ability to build the refactored wasm-test-suite with the tinygo compiler suite. This is in contrast to the legacy-wasm-test-suite that continues to be built with a dockerized version of the tinygo compiler suite.

Ideally we'd like to restore this ability via a new magefile target, based in the existing testWasm target.