-make tests working on web

-WebAssembly now is compiled with emscripten use (stdc functions bindings only)
-added python script to build WASM version
This commit is contained in:
Mergul 2019-11-05 09:21:02 +01:00
parent 015783bf5c
commit a8c74d5045
5 changed files with 158 additions and 23 deletions

3
.gitignore vendored
View file

@ -6,4 +6,5 @@
!./dub.json
!.gitignore
!meson.build
!meson_options.txt
!meson_options.txt
!compile_wasm.py