pub fn init()
Expand description
Initializes the CBQN interpreter
This is called automatically when first using the crate. This function exists to be able to call the initialize function before using the library, i.e. in a background thread.
Mostly useful with WASI backend as it will take some hundred milliseconds to compile the WASI module, which is done at the first use of the module.