Skip to content

Commit

Permalink
removed stdlib from resources (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
MForest7 authored Jul 4, 2024
1 parent 761c058 commit 5046602
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 2,844,748 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object EtsStdlib {

init {
val stream = this::class.java.getResourceAsStream("/stdlib.ir")
?: error("Not found stdlib")
?: error("Not found stdlib, run arkcompiler fork: \"es2panda --dump-ir --gen-stdlib > stdlib.ir\"")
program = PandaProgramIr.json.decodeFromStream(stream)
}
}
Loading

0 comments on commit 5046602

Please sign in to comment.