1# __dso_handle is an linker-generated symbol that is included only when needed. 2 3 .globl get_optional 4get_optional: 5 .functype get_optional () -> (i32) 6 i32.const __dso_handle 7 end_function 8
1# __dso_handle is an linker-generated symbol that is included only when needed. 2 3 .globl get_optional 4get_optional: 5 .functype get_optional () -> (i32) 6 i32.const __dso_handle 7 end_function 8