Dear Sirs,
is it possible to build vcl runtime package or similar (bpl) that contains web assembler (JavaScript) code (how)? The idea is to be able to include it in web application projects (build with packages).
For example (this will not compile because vcl assembler is not Javascript):
function BufferArrayToBytes(AInput: TJSArrayBuffer): TBytes;
begin
asm
Result = new Uint8Array(AInput);
end;
Result := Result;
end;
What is TMS Web Core (platform) compiler define macro?
What are TMSWEBLib.twcl and TMSRTL.twcl used for, Lazarus based packages maybe?
Kind Regards