WrenSupport.addModuleSource

Add a read-only Wren module source code, to be loaded once and never changed. Release purpose. When in developement, you might prefer a reloadable file, with addModuleFileWatch.

class WrenSupport
@nogc nothrow
void
addModuleSource
(
const(char)[] moduleName
,
const(char)[] moduleSource
)

Meta