kaboom
kaboom copied to clipboard
Allow for Oak Interop support (Stringify String typed args in methods)
I have added helpers for using a compiled language, Oak (Oaklang.org), into the code.
These allow for Oak String payloads ({__mark_oak_string: true, assign: ƒ, push: ƒ, toString: ƒ, valueOf: ƒ, …}
) to be handled into strings.
In case that another compiled language that needs to convert a payload of some sort into a string, this function can be refactored to handle the other cases around the main kaboom.ts
file.