Running:
extism generate plugin --lang javascript -o myplug
Creates a typescript plugin. Running:
extism generate plugin --lang typescript -o myplug
Does nothing. I think we should throw an exception if the language isn't supported. Furthermore it might make sense to change the language name to typescript, or we can support both javascript and typescript as options.