Open
Description
Can we use gems with native extensions? I've read somewhere that it is possible, and it makes sense for it to be possible. However, I'm struggling to get even a basic example to compile. There doesn't seem to be any documentation as to how to set it up.
If I try statically linking, I get the error "Could not create Makefile due to some reason". Checking the mkmf log does not yield any useful information.
If I try dynamically linking with RUBY_WASM_EXPERIMENTAL_DYNAMIC_LINKING
, I get the error ld: unknown option: -Xlinker
I've created a minimal repo to test: https://github.com/danini-the-panini/rbwasm-foo
If it makes a difference, I'm running on Apple silicon.
Metadata
Assignees
Labels
No labels