You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This changeset introduces two environment variables:
* `RUBY_WASM_EMCC_LDFLAGS` allows to specify additional options to
`emcc` for linking.
* `RUBY_WASM_ADDITIONAL_EXTS` allows to specify default exts to be
compiled in addition to `RubyWasm::Packager::ALL_DEFAULT_EXTS`.
This should allow for experimental linking with xterm-pty.
```
RUBY_WASM_ADDITIONAL_EXTS=io/console,io/wait RUBY_WASM_EMCC_LDFLAGS="-sASYNCIFY --js-library /home/mame/work/xterm-pty/emscripten-pty.js" rake npm:ruby-head-wasm-emscripten:build
```
0 commit comments