<havenwood>
mooff: I've got stdlib gems in ruby-wasm32-wasi/usr/local/lib/ruby/gems/3.2.0/gems
<havenwood>
I haven't gotten ruby-wasm32-wasi/usr/local/bin/gem working. Maybe it doesn't yet or there's a trick I don't know?
<mooff>
me too. i just noticed net-ftp etc in /var/lib/gems/3.2.0/gems. but.. they're in /usr/local/.. too!
<mooff>
gem starts with a shebang. got an error from wasmtime from that. so tried wasmtime run ruby --mapdir /::./ruby-wasm32-wasi -- /usr/local/bin/gem
<mooff>
seems to run it, but i need to rebuild with psych
BSaboia has joined #ruby
<mooff>
does that work for you?
markong has joined #ruby
taupiqueur has quit [Read error: Connection reset by peer]
taupiqueur has joined #ruby
mange has joined #ruby
Tempesta has quit [*.net *.split]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
Tempesta has joined #ruby
Tempesta has quit [Changing host]
Tempesta has joined #ruby
Tempesta has quit [Excess Flood]
orbyt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<havenwood>
mooff: Lemme rebuild and try again. I think I hit Psych problems weeks ago when I last tried.
<mooff>
havenwood: i got `gem`'s help text, but most commands say: ERROR: Loading command: list (LoadError) cannot load such file -- socket
<mooff>
rebuilding with the socket ext.. not sure if it's supported
taupiqueur has quit [Ping timeout: 272 seconds]
<mooff>
yeah, doesn't look like it's ported yet
va5c0_ has joined #ruby
<mooff>
socket / networking APIs are still being hashed out for WASI
<havenwood>
mooff: I thought sockets worked. ¯\_(ツ)_/¯ Dunno.
<havenwood>
Doesn't quite work yet on my machine.
<mooff>
search up 'wasi sockets api'
John_Ivan has quit [Read error: Connection reset by peer]
<mooff>
it really is still up in the air. surprising, given how much it will unlock :)
<havenwood>
mooff: Looks like you're right and progress was stalled not completed in 2020.
<havenwood>
I thought there was more progress on that front than it seems.
<havenwood>
Seems... vital. I swear it was further along....