schellingb / wajic

WebAssembly JavaScript Interface Creator
zlib License
193 stars 5 forks source link

WAJIC macro and separating function declaration from definition #5

Open staviq opened 2 years ago

staviq commented 2 years ago

I cannot figure out how to separate WAJIC functions into declaration and definition so i can have them in cpp/hpp files.

Is there a proper way to do this ?