undefining the allocator of T_DATA class ...
warning on Ruby 3.2
#74
Labels
🐞 bug
Something isn't working
undefining the allocator of T_DATA class ...
warning on Ruby 3.2
#74
Describe the bug
In Ruby 3.2 all the wasmer classes when creating an instance now show a warning similar to:
It's not just Wasmer::Store that does this but I also see it on
Wasmer::Module
,Wasmer::Wasi::StateBuilder
,Wasmer::Wasi::Environment
andWasmer::ImportObject
.Steps to reproduce
Expected behavior
The instance should be created without a warning.
Actual behavior
I get a warning. It can be suppressed via
$VERBOSE
(or Rails'silence_warnings
which is a wrapper for$VERBSOSE
). The actual functionality seems to all work just fine.Additional context
I was previously using Ruby 3.0.4 and did not get a warning with that version.
The text was updated successfully, but these errors were encountered: