wickwirew / Runtime

A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties.
MIT License
1.08k stars 94 forks source link

Fix build and tests for WebAssembly #71

Closed MaxDesiatov closed 2 years ago

MaxDesiatov commented 4 years ago

With the invaluable help from @kateinoigakukun, all the tests pass now when compiled for WebAssembly. The deleted LinuxMain.swift is actually unused, but causes issues when building tests, so it has been removed.