1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-13 06:47:41 +00:00

Work on emscripten support. Works with sync code.

This commit is contained in:
Calvin Rose
2018-03-13 13:31:25 -04:00
parent 61645c82b1
commit 2b1dd79f55
10 changed files with 287 additions and 23 deletions

View File

@@ -0,0 +1,9 @@
# Include bin2h cmake codeo
set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake")
include(bin2h)
bin2h (
SOURCE_FILE ${CMAKE_CURRENT_SOURCE_DIR}/../src/mainclient/init.dst
HEADER_FILE "clientinit.h"
VARIABLE_NAME "dst_mainclient_init"
)