Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
enghitalo
/
v
Public
forked from
vlang/v
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
wasm: add array struct, generator support, foundational methods, named params, slicing, comparison, and printing
- #3
#3
Draft
enghitalo
with
Copilot
wants to merge 23 commits into
wasm/dynamic-array
enghitalo/v:wasm/dynamic-array
from
copilot/implement-array-struct-methods
enghitalo/v:copilot/implement-array-struct-methods
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Draft
wasm: add array struct, generator support, foundational methods, named params, slicing, comparison, and printing
#3
enghitalo
with
Copilot
wants to merge 23 commits into
wasm/dynamic-array
enghitalo/v:wasm/dynamic-array
from
copilot/implement-array-struct-methods
enghitalo/v:copilot/implement-array-struct-methods
Copy head branch name to clipboard
Commits
Commits on Dec 13, 2025
Initial plan
Copilot
committed
5a825e1
View commit details
Copy full SHA for 5a825e1
Browse repository at this point
Add test_array_fields() to demonstrate array field access
Show description for f653874
Copilot
and
enghitalo
committed
f653874
View commit details
Copy full SHA for f653874
Browse repository at this point
parser: allow array type with WASM backend
Show description for c9169cb
Copilot
and
enghitalo
committed
c9169cb
View commit details
Copy full SHA for c9169cb
Browse repository at this point
wasm: add array field access test
Show description for e36403c
Copilot
and
enghitalo
committed
e36403c
View commit details
Copy full SHA for e36403c
Browse repository at this point
wasm: update array test with working examples
Show description for 90b4c8c
Copilot
and
enghitalo
committed
90b4c8c
View commit details
Copy full SHA for 90b4c8c
Browse repository at this point
wasm: add array struct definition for direct field access
Show description for 9aa3064
Copilot
and
enghitalo
committed
9aa3064
View commit details
Copy full SHA for 9aa3064
Browse repository at this point
wasm: fix unsafe block consistency in array.v
Show description for 45cbcda
Copilot
and
enghitalo
committed
45cbcda
View commit details
Copy full SHA for 45cbcda
Browse repository at this point
wasm: improve array field access test output
Show description for cea045b
Copilot
and
enghitalo
committed
cea045b
View commit details
Copy full SHA for cea045b
Browse repository at this point
wasm: add array struct for direct field access
Show description for 8c8ac0d
Copilot
and
enghitalo
committed
8c8ac0d
View commit details
Copy full SHA for 8c8ac0d
Browse repository at this point
wasm: use __new_array() instead of manual array construction
Show description for c3bbd8a
Copilot
and
enghitalo
committed
c3bbd8a
View commit details
Copy full SHA for c3bbd8a
Browse repository at this point
wasm: add foundational array methods (first, last, clone)
Show description for 00d6dca
Copilot
and
enghitalo
committed
00d6dca
View commit details
Copy full SHA for 00d6dca
Browse repository at this point
wasm: add support for array initialization with named params
Show description for 8dddf0f
Copilot
and
enghitalo
committed
8dddf0f
View commit details
Copy full SHA for 8dddf0f
Browse repository at this point
wasm: implement array slicing support
Show description for 3577d7e
Copilot
and
enghitalo
committed
3577d7e
View commit details
Copy full SHA for 3577d7e
Browse repository at this point
wasm: implement array comparison operators
Show description for 140f2a8
Copilot
and
enghitalo
committed
140f2a8
View commit details
Copy full SHA for 140f2a8
Browse repository at this point
wasm: implement efficient vmemcmp and array str() for string arrays
Show description for 9943176
Copilot
and
enghitalo
committed
9943176
View commit details
Copy full SHA for 9943176
Browse repository at this point
wasm: add vmemcmp to builtin.v for efficient memory comparison
Show description for f31e44d
Copilot
and
enghitalo
committed
f31e44d
View commit details
Copy full SHA for f31e44d
Browse repository at this point
wasm: add str() method for int arrays to enable printing
Show description for 5156c6d
Copilot
and
enghitalo
committed
5156c6d
View commit details
Copy full SHA for 5156c6d
Browse repository at this point
fixes
enghitalo
committed
be9d2b0
View commit details
Copy full SHA for be9d2b0
Browse repository at this point
improve error
enghitalo
committed
088bb4b
View commit details
Copy full SHA for 088bb4b
Browse repository at this point
remove some hazards
enghitalo
committed
b1dbaf0
View commit details
Copy full SHA for b1dbaf0
Browse repository at this point
remove wasm related code in vlib/v/parser/parse_type.v
enghitalo
committed
bc73d3e
View commit details
Copy full SHA for bc73d3e
Browse repository at this point
Fix wasm array methods and function name normalization
Show description for c9b25af
enghitalo
committed
c9b25af
View commit details
Copy full SHA for c9b25af
Browse repository at this point
Call slice() method
enghitalo
committed
0789885
View commit details
Copy full SHA for 0789885
Browse repository at this point
You can’t perform that action at this time.