Alex D
Alex D
> That's an awesome first step @ASDAlexander77. Do you know if importing types or variables by name would work? Is the `/// ` tag always required? you don't need to...
> Do you know if importing types or variables by name would work? not at this moment. and I am not sure if I need to impalement it, as it...
ok, thx, I will try to change it a bit, there should not be much work just include header and hide some GCC specifics
>object is ambiguous I think you need to use latest MS Visual Studio 2022 with C++20 standard
added support for Clang++ with Std++20 standard
I think I will do import the way how C++ include DLL files
> esbuild well, when u compile every file you get OBJs files, then "Link" will join them into 1 file. Seems what esbuild does.
added additional way to import share libraries
Can u share your source code and compilation steps?
you need to use latest from ``main`` branch. I am planning to release new build after improving "wasm" support