Replies: 1 comment
-
Yes, INCBIN directive is not supported by WASM. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to include a raw file as binary data in my 32-bit i386 assembly code, but when I try INCBIN, all I get is "syntax error".
Is there really no INCBIN directive in the wasm assembler?
Sorry if this is written in the manual, but I can't really find any information about this!
Beta Was this translation helpful? Give feedback.
All reactions