Skip to content

Commit e7df6b6

Browse files
committed
Added function to get standard lib state and throw error if unavailable
1 parent eeac2eb commit e7df6b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ index.js
1717
test/std_lib_compile_test.exs
1818
src/elixirscript
1919
priv/*.js
20+
stdlib_state.bin

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Get dependencies
3333

3434
Compile
3535

36-
mix compile
3736
mix std_lib
37+
mix compile
3838

3939
Test
4040

0 commit comments

Comments
 (0)