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

Support wasm32 target #38

Merged
merged 26 commits into from
Nov 28, 2023
Merged

Support wasm32 target #38

merged 26 commits into from
Nov 28, 2023

Conversation

byeongkeunahn
Copy link
Collaborator

@byeongkeunahn byeongkeunahn commented Nov 22, 2023

  • Add non-SIMD fallback for I/O to enable compilation for wasm32
  • Support dynamic memory allocation for wasm32 via the intrinsic core::arch::wasm32::memory_grow
  • Enable CI for wasm32 on Windows and Linux with node.js
  • Update README.md
  • Set stack size to 64M for wasm32 (instead of 256M for i686 and amd64), since the stack initialization overhead seems non-negligible
  • Use line comment if original solution includes /*; otherwise use (the more convenient) block comment

@byeongkeunahn byeongkeunahn marked this pull request as draft November 22, 2023 08:27
@byeongkeunahn byeongkeunahn marked this pull request as ready for review November 22, 2023 13:08
@kiwiyou kiwiyou merged commit 9fc74df into boj-rs:attach-reloc Nov 28, 2023
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.

3 participants