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

Update support to include HTML5 #113

Closed
wants to merge 1 commit into from
Closed

Conversation

pakoito
Copy link

@pakoito pakoito commented Sep 13, 2023

Regarding whether Rust can run on a console or not, as most modern consoles are using x86 processor architectures, it should be possible to compile for them. The primary issue will be whether the console manufacturer has a version of the Rust standard library that is building for their console. If not, it would be necessary to port it or leverage a port from another licensed developer.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whatever Github web edit changed here (?)

@pakoito
Copy link
Author

pakoito commented Sep 13, 2023

Nevermind, WASM != HTML5

@pakoito pakoito closed this Sep 13, 2023
@pakoito pakoito deleted the patch-1 branch September 13, 2023 23:35
@chitoyuu
Copy link
Contributor

chitoyuu commented Sep 14, 2023

Thanks for the initiative! Although the WASM issue has indeed been closed, I would still rather label it as "tentative", since the procedure to do so is still and likely to stay rather involved. I also wouldn't call Emscripten "native availability" since it's providing a pretty large runtime to simulate POSIX APIs.

I'm not sure what you meant by "WASM != HTML5". Would you mind elaborating a bit?

@pakoito
Copy link
Author

pakoito commented Sep 14, 2023

I meant I thought HTML5 and WASM was the same export target! I closed it instead.

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.

None yet

2 participants