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

Wasm runtime changes #1776

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Wasm runtime changes #1776

merged 1 commit into from
Dec 20, 2024

Conversation

vouillon
Copy link
Member

So that we can later implement -enable use-js-string without breaking compatibility with the Wasm runtime file of package zarith_stubs_js:

  • caml_named_value no longer assumes that strings are of type ref $string;
  • add a function caml_jsstring_of_substring to be used instead of the low-level function jsstring_of_substring.

So that we can later implement `-enable use-js-string` without breaking
compatibility with the zarith_stubs_js Wasm runtime file.
@vouillon vouillon force-pushed the wasm-runtime-changes branch from c2f6204 to 5094ef3 Compare December 20, 2024 12:38
@vouillon vouillon merged commit 4587ff5 into master Dec 20, 2024
27 checks passed
@vouillon vouillon deleted the wasm-runtime-changes branch December 20, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants