1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-15 07:47:40 +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/compiler/boot.dst
HEADER_FILE "dststlbootstrap.h"
VARIABLE_NAME dst_stl_bootstrap_gen
)