index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
sys
/
wasm
/
js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added 'set_document_title' to be able to rename the tab
Karl Zylinski
2025-12-29
2
-0
/
+7
*
Fix bugs in odin.js:GetActiveUniformBlockName
Karl Zylinski
2025-12-29
1
-7
/
+11
*
Added CheckFramebufferStatus to WebGL bindings
Karl Zylinski
2025-12-29
1
-0
/
+3
*
More webgl bindings and fixes
Karl Zylinski
2025-12-27
1
-7
/
+22
*
More allocator-aware webgl bindings and added more missing bindings.
Karl Zylinski
2025-12-26
1
-0
/
+21
*
WebGL: Add GetActiveAttrib binding
Karl Zylinski
2025-12-26
1
-0
/
+21
*
sys/wasm/js: fix vet error
Laytan Laats
2025-12-22
1
-1
/
+1
*
js: improve warning about conflicting memory strategies
Laytan Laats
2025-12-21
1
-1
/
+1
*
Fix #5843
Courtney Strachan
2025-10-23
1
-3
/
+9
*
Fix #5225 wasm odin.js undefined this.mem
xenobas
2025-10-05
1
-2
/
+2
*
Add `add/remove_document_event_listener()` to `core:sys/wasm/js`
Bailey Gibbons
2025-08-22
3
-0
/
+64
*
Fix some webgl bindings
Alex Riedl
2025-08-09
1
-0
/
+37
*
Simplified function call to loadCstringDirect
Alexander Lunsford
2025-05-30
1
-7
/
+3
*
Fix odin.js loadCstring to use pointer address correctly.
Alexander Lunsford
2025-05-30
1
-1
/
+1
*
Prevent odin.js from printing empty line in the console for the ending "\n"
Jonathan Tron
2025-03-26
1
-6
/
+8
*
fix tabs
Laytan Laats
2025-03-21
1
-8
/
+8
*
Prevent registering the same event listener twice on the same element with th...
Jonathan Tron
2025-03-21
1
-2
/
+9
*
Fix add/remove event listeners in `core:sys/wasm`
Jonathan Tron
2025-03-20
3
-29
/
+45
*
Merge pull request #4933 from laytan/js-open-binding
gingerBill
2025-03-13
2
-1
/
+9
|
\
|
*
core/sys/wasm/js: add `open` binding to `window.open`
Laytan Laats
2025-03-12
2
-1
/
+9
*
|
Merge pull request #4932 from laytan/js-pointer-event-and-charcode
gingerBill
2025-03-13
2
-0
/
+48
|
\
\
|
*
|
core/sys/wasm/js: add pointer event info and add charCode to keyboard events
Laytan Laats
2025-03-12
2
-0
/
+48
|
|
/
*
|
Merge pull request #4931 from laytan/webgl-improvements
gingerBill
2025-03-13
1
-0
/
+10
|
\
\
|
*
|
webgl: add `BlendEquationSeparate` and `GetParameter4i`
Laytan Laats
2025-03-12
1
-0
/
+10
|
|
/
*
/
core/sys/wasm/js: improve gamepad API
Laytan Laats
2025-03-12
2
-11
/
+46
|
/
*
webgpu: fix cstring as parameter not loading correctly
Laytan Laats
2025-01-09
1
-1
/
+4
*
Increase size of JS keyboard event key/code buffer size
p2jason
2024-11-12
2
-4
/
+4
*
Merge pull request #4415 from p2jason/master
Laytan
2024-11-01
1
-14
/
+17
|
\
|
*
Removed event hook callback from add_*_event_listener functions
p2jason
2024-10-31
1
-18
/
+4
|
*
Removed event queue from add_*_event_listener JS functions and added event ho...
p2jason
2024-10-31
2
-35
/
+43
|
*
Changed boolean parameters to bit set in the add_*_event_listener functions
p2jason
2024-10-25
1
-6
/
+6
|
*
Added parameters to the add_*_event_listener JS functions for stopping event ...
p2jason
2024-10-24
2
-11
/
+20
*
|
sys/wasm/js: add `set_element_style`
Laytan Laats
2024-10-26
2
-0
/
+12
|
/
*
Pass delta time instead of current time to odin.js `step`
gingerBill
2024-09-29
1
-2
/
+2
*
Add gamepad support
gingerBill
2024-09-22
3
-32
/
+142
*
Add gamepad events
gingerBill
2024-09-22
2
-4
/
+47
*
Add new js events
gingerBill
2024-09-22
1
-2
/
+8
*
Move `vendor:wasm/js` to `core:sys/wasm/js`
gingerBill
2024-09-22
8
-0
/
+2728