Skip to content

Conversation

@kateinoigakukun
Copy link
Member

I'm trying to formalize the calling convention before MVP to be minimal and extensible. This is a minor first step toward it.

Rename

  • swift_js_pop_param_int32 -> swift_js_pop_i32
  • swift_js_pop_param_f32 -> swift_js_pop_f32
  • swift_js_pop_param_f64 -> swift_js_pop_f64
  • swift_js_push_int -> swift_js_push_i32

Remove

  • swift_js_pop_array_length
  • swift_js_push_array_length

- `swift_js_pop_param_int32` -> `swift_js_pop_i32`
- `swift_js_pop_param_f32` -> `swift_js_pop_f32`
- `swift_js_pop_param_f64` -> `swift_js_pop_f64`
@krodak krodak merged commit d8b0e17 into main Feb 2, 2026
9 checks passed
@krodak krodak deleted the yt/reduce-intrinsics branch February 2, 2026 13:05
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