<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/src/carrays_uint32_t.i
+++ b/src/carrays_uint32_t.i
@@ -24,7 +24,7 @@
 %typemap(in) uint32_t {
   int ecode2 = 0 ;
   if (($input)-&gt;IsInt32())
-    $1 = ($input)-&gt;Uint32Value();
+    $1 = ($input)-&gt;Uint32Value(SWIGV8_CURRENT_CONTEXT()).FromJust();
   else
     SWIG_exception_fail(SWIG_ArgError(ecode2), "failed to convert uint32");
 }
</pre></body></html>