Hi,
I'm porting some code to wasm, and wondered if there was anything
equivalent to
extern char __managedcode_a __asm("section$start$__TEXT$__managedcode");
extern char __managedcode_z __asm("section$end$__TEXT$__managedcode")
?
This is getting the start and end of code section in memory, so I guess the
start will always be 0, but the end? I could do 0xffffffff which might be
ok for my purposes, but is there anything like the actual end of the wasm
code?
--
You received this message because you are subscribed to the Google Groups
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/emscripten-discuss/ef3f23a8-33d1-463e-9de4-50725eef2624%40googlegroups.com.