Skip to content
New issue

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

How to use custom WASM runtime? #363

Open
yjhmelody opened this issue Jul 21, 2021 · 2 comments
Open

How to use custom WASM runtime? #363

yjhmelody opened this issue Jul 21, 2021 · 2 comments

Comments

@yjhmelody
Copy link

It seems to be using node's wasm runtime. But I need to run other wasm runtime for tests

@willemneal
Copy link
Collaborator

Yes currently this project externalizes a lot of the runtime logic in JS. There have been plans in the past to make test binaries compatible with Wasi/minimize the required imports needed to executed and report tests.

@jtenner
Copy link
Contributor

jtenner commented Jan 13, 2022

I think that using WASI is probably moot, and a new specialized tool that generates tests with wasi should be created.

@willemneal I believe that we should refactor the strict equals transform, comparison functions, and expect() into their own library for this purpose.

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

No branches or pull requests

3 participants