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
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 }}
ghzhost
/
nulang
Public
forked from
nulang-org/nulang
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
nulang
src
wasm_runtime.rs
on
next/cross-node-routing
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 13, 2026
feat(wasm): effect dispatch lowering — perform Effect.op -> nulang_dispatch
Show description for 602fb50
dporkka
committed
602fb50
View commit details
Copy full SHA for 602fb50
View code at this point
Browse repository at this point
feat(wasm): nulang_dispatch returns effect-result length (i64)
Show description for 7394dac
dporkka
committed
7394dac
View commit details
Copy full SHA for 7394dac
View code at this point
Browse repository at this point
Commits on Aug 12, 2026
fix(wasm): preserve typed FNeg semantics
Show description for 9de5120
dporkka
committed
9de5120
View commit details
Copy full SHA for 9de5120
View code at this point
Browse repository at this point
fix(aot,jit,vm): consolidate backend codegen and VM interpreter refinements
Show description for d8ed251
dporkka
committed
d8ed251
View commit details
Copy full SHA for d8ed251
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
fix(wasm,lexer): fuzzer-driven WASM gaps + loop seeds
Show description for 1431845
dporkka
committed
1431845
View commit details
Copy full SHA for 1431845
View code at this point
Browse repository at this point
fix(aot/jit/wasm): cross-backend arithmetic divergences from extended fuzzer
Show description for 53e89da
dporkka
committed
53e89da
View commit details
Copy full SHA for 53e89da
View code at this point
Browse repository at this point
feat(wasm): FFI calls (RValue::FFICall) via host bridge
Show description for 1d6bfed
dporkka
committed
1d6bfed
View commit details
Copy full SHA for 1d6bfed
View code at this point
Browse repository at this point
fix(wasm): bounds-check array loads (OOB/negative index → nil)
Show description for f1f00a8
dporkka
committed
f1f00a8
View commit details
Copy full SHA for f1f00a8
View code at this point
Browse repository at this point
fix(wasm): float unary negation (flip IEEE sign bit, not the payload sign)
Show description for 5b0ad7a
dporkka
committed
5b0ad7a
View commit details
Copy full SHA for 5b0ad7a
View code at this point
Browse repository at this point
fix(wasm): float division by zero must return nil (not inf)
Show description for 0606b60
dporkka
committed
0606b60
View commit details
Copy full SHA for 0606b60
View code at this point
Browse repository at this point
fix(aot,wasm): boxed array indexing and WASM float arithmetic
Show description for 26c417b
dporkka
committed
26c417b
View commit details
Copy full SHA for 26c417b
View code at this point
Browse repository at this point
feat(wasm): implement IO.read (reads a stdin line into WASM memory)
Show description for fc6ef2a
dporkka
committed
fc6ef2a
View commit details
Copy full SHA for fc6ef2a
View code at this point
Browse repository at this point
feat(wasm): records, tuples, and integer exponentiation
Show description for 7cd450b
dporkka
committed
7cd450b
View commit details
Copy full SHA for 7cd450b
View code at this point
Browse repository at this point
feat(wasm): string content equality (StringEq) via host str_eq helper
Show description for 2658d23
dporkka
committed
2658d23
View commit details
Copy full SHA for 2658d23
View code at this point
Browse repository at this point
fix(wasm): export __main as entry; implement string concatenation
Show description for f2833f2
dporkka
committed
f2833f2
View commit details
Copy full SHA for f2833f2
View code at this point
Browse repository at this point
Commits on Aug 10, 2026
style: cargo fmt
dporkka
committed
8f4bcc8
View commit details
Copy full SHA for 8f4bcc8
View code at this point
Browse repository at this point
Commits on Aug 9, 2026
feat: production hardening — Phases 1a, 5a, 5b, 6a-c
Show description for ae2effd
dporkka
committed
ae2effd
View commit details
Copy full SHA for ae2effd
View code at this point
Browse repository at this point
feat: CRDT ergonomics - first-class syntax, auto-sync, built-in merge
Show description for d7e5436
dporkka
committed
d7e5436
View commit details
Copy full SHA for d7e5436
View code at this point
Browse repository at this point
Commits on Jul 25, 2026
style: apply rustfmt to entire codebase
Show description for c4a3fd5
dporkka
committed
c4a3fd5
View commit details
Copy full SHA for c4a3fd5
View code at this point
Browse repository at this point
Commits on Jul 23, 2026
feat: DX improvements — error spans, crash fixes, CLI ergonomics, better messages
Show description for 349a102
dporkka
committed
349a102
View commit details
Copy full SHA for 349a102
View code at this point
Browse repository at this point
test: extend coverage across WASM, AOT, JIT, package, and runtime subsystems
Show description for 5babf19
dporkka
committed
5babf19
View commit details
Copy full SHA for 5babf19
View code at this point
Browse repository at this point
Commits on Jul 22, 2026
refactor: extract agent subsystem, wire backend traits
Show description for 4a080e5
dporkka
committed
4a080e5
View commit details
Copy full SHA for 4a080e5
View code at this point
Browse repository at this point
Commits on Jul 19, 2026
ci: enforce zero warnings, fix clippy lints, add release build
Show description for 5f6006f
dporkka
committed
5f6006f
View commit details
Copy full SHA for 5f6006f
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
feat: WASM backend + Wasmtime runtime with guard pages, inlining, SIMD, AOT
Show description for eb4abe9
dporkka
committed
eb4abe9
View commit details
Copy full SHA for eb4abe9
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.