Incompatibility with JavaScript #49
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Compiled ink is well-suited for Javascript integration in Inkjs because it is Json. Runtime-parsed Hank is not suited for Javascript because we read it from text files using
sys.io.File.getContent()andsysis not supported on web targets. Can we work around that, at least by supporting nodejs so shipping an HTML game is possible on sites like itch.io?Incompatibility with the Haxe Javascript target is also a debugging issue.
Closed by
87483d2d72