Skip to content

Hotfix broken integration test for playground#147

Merged
hsbt merged 1 commit intoruby:masterfrom
kateinoigakukun:katei/hotfix-playground-test
Mar 1, 2023
Merged

Hotfix broken integration test for playground#147
hsbt merged 1 commit intoruby:masterfrom
kateinoigakukun:katei/hotfix-playground-test

Conversation

@kateinoigakukun
Copy link
Copy Markdown
Member

The playground engines load multiple versions of ruby binary, but they uses the same ruby-head-wasm-wasi version for them. The latest @next version of ruby binary is no longer compatible with the older one, so raised the following exception:

WebAssembly.instantiate(): Import #6 module=\"rb-js-abi-host\" function=\"float-to-js-number...(value: float64) -> handle<js-abi-value>\" error: function import requires a callable (Exception)

This is just a hotfix to unblock the CI for now. Follow-up fix will be made soon.

The playground engines load multiple versions of ruby binary, but they
uses the same ruby-head-wasm-wasi version for them. The latest `@next`
version of ruby binary is no longer compatible with the older one, so
raised the following exception:

```
WebAssembly.instantiate(): Import ruby#6 module=\"rb-js-abi-host\" function=\"float-to-js-number...(value: float64) -> handle<js-abi-value>\" error: function import requires a callable (Exception)
```

This is just a hotfix to unblock the CI for now. Follow-up fix will be
made soon.
@hsbt hsbt merged commit 851a2d6 into ruby:master Mar 1, 2023
@kateinoigakukun kateinoigakukun deleted the katei/hotfix-playground-test branch March 1, 2023 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants