ucode: initialize module search path early
authorJo-Philipp Wich <jo@mein.io>
Mon, 12 Sep 2022 11:44:59 +0000 (13:44 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 12 Sep 2022 11:46:18 +0000 (13:46 +0200)
commit0d022430861abfa84913936929f606671efddc8b
tree9da408ba5aa1518129f32db560ea4b757611ded4
parent82904bd4f92e5928d047db6396cc14ca2b07d89f
ucode: initialize module search path early

Ensure that the default module search path is initialized before compiling
ucode handler scripts in order to support compile time import statements.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
ucode.c