We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems like this project is probably dead, but I'm reporting this anyways. It doesn't seem like it works in the latest versions.
I can't run the examples, I get an error:
Error converting to String (TypeError)
$ ruby examples/appendices/simple.rb examples/appendices/simple.rb:8: warning: undefining the allocator of T_DATA class Wasmer::Store examples/appendices/simple.rb:11:in `new': Error converting to String (TypeError) module_ = Wasmer::Module.new store, IO.read(file, mode: "rb") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ from examples/appendices/simple.rb:11:in `<main>'
$ ruby -v ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [x86_64-linux] $ rustc --version rustc 1.82.0 (f6e511eec 2024-10-15)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seems like this project is probably dead, but I'm reporting this anyways. It doesn't seem like it works in the latest versions.
Describe the bug
I can't run the examples, I get an error:
Steps to reproduce
Additional context
The text was updated successfully, but these errors were encountered: