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
/
vendor
/
wasm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added CheckFramebufferStatus to WebGL bindings
Karl Zylinski
2025-12-29
1
-0
/
+1
*
More webgl bindings and fixes
Karl Zylinski
2025-12-27
1
-1
/
+14
*
More allocator-aware webgl bindings and added more missing bindings.
Karl Zylinski
2025-12-26
2
-1
/
+61
*
WebGL: Add GetActiveAttrib binding
Karl Zylinski
2025-12-26
1
-1
/
+43
*
Fix some webgl bindings
Alex Riedl
2025-08-09
2
-9
/
+59
*
Update webgl.odin
Michael Lee
2025-04-29
1
-1
/
+1
*
Fix incorrect parameter types
Michael Lee
2025-04-28
1
-3
/
+3
*
webgl: add `BlendEquationSeparate` and `GetParameter4i`
Laytan Laats
2025-03-12
2
-11
/
+13
*
Clean-up `libc` usage
gingerBill
2024-09-22
1
-1
/
+1
*
Move `vendor:wasm/js` to `core:sys/wasm/js`
gingerBill
2024-09-22
8
-2728
/
+0
*
Rename `runtime.js` to `odin.js`
gingerBill
2024-09-22
2
-3
/
+3
*
Remove unused imports
gingerBill
2024-09-22
2
-4
/
+1
*
Use `.shift()` instead
gingerBill
2024-09-20
1
-3
/
+2
*
Update wasm's runtime.js
gingerBill
2024-09-20
2
-45
/
+124
*
Fix 128-bit integer support for wasm targets
gingerBill
2024-09-20
1
-1
/
+5
*
Add fmt tags
gingerBill
2024-09-19
1
-4
/
+4
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
7
-7
/
+7
*
Merge pull request #4008 from Daxode/wasm-quality-of-life
Laytan
2024-08-02
1
-0
/
+2
|
\
|
*
Quality of life changes to wgpu/wasm stuff
daniel-andersen
2024-08-02
1
-0
/
+2
*
|
Fix: remove extra `usage` in webgl.odin:250
marcosantos98
2024-08-02
1
-1
/
+1
|
/
*
Add `vendor:wgpu`
Laytan Laats
2024-06-12
1
-7
/
+37
*
wasm: fix runtime.js even more for wasm64p32
Laytan Laats
2024-05-31
1
-29
/
+63
*
wasm: fix the WheelEvent not storing data properly
Laytan Laats
2024-05-30
1
-6
/
+6
*
correctly load/store uint&int in the runtime.js for wasm64p32
Laytan Laats
2024-05-17
1
-13
/
+45
*
fix wasm runtime.js storeString to support Unicode
Laytan Laats
2024-04-13
1
-2
/
+5
*
fix `_end` being called before the actual end when using the step function
Laytan Laats
2024-04-08
1
-3
/
+11
*
fix js_wasm `time.tick_now`, `performance.now()` returns a float
Laytan Laats
2024-04-08
1
-1
/
+1
*
USe `intrinsics.matrix_flatten` in `webgl2.odin`
Damian Tarnawski
2024-02-05
1
-6
/
+7
*
Change ClearMask to ColorMask in webgl.odin
Kay
2024-02-02
1
-2
/
+2
*
Merge pull request #2978 from thetarnav/patch-2
gingerBill
2024-01-31
4
-30
/
+32
|
\
|
*
Correct wasm page_allocator switch cases
Damian Tarnawski
2024-01-18
1
-2
/
+2
|
*
Fix window_get_scroll proc not returning loaded values
Damian Tarnawski
2024-01-18
1
-2
/
+2
|
*
Add missing Resize_Non_Zeroed case to page allocator
Damian Tarnawski
2024-01-18
1
-1
/
+1
|
*
Fix uniform matrix functions in WebGLInterface
Damian Tarnawski
2024-01-16
1
-2
/
+2
|
*
Hoist STRING_SIZE constant
Damian Tarnawski
2024-01-07
1
-1
/
+2
|
*
Fix typo in WebGLInterface class
Damian Tarnawski
2024-01-07
1
-3
/
+3
|
*
Fix copyTexSubImage2D and copyTexSubImage3D method calls
Damian Tarnawski
2024-01-07
1
-3
/
+3
|
*
Fix WebGLInterface function names
Damian Tarnawski
2024-01-07
1
-2
/
+2
|
*
Pass `height` to `webgl.readPixels`
Damian Tarnawski
2024-01-06
1
-1
/
+1
|
*
Correct glIsEnabled in wasm.webgl
Damian Tarnawski
2024-01-06
2
-1
/
+2
|
*
Correct spelling of FramebufferRenderbuffer
Damian Tarnawski
2024-01-06
1
-2
/
+2
|
*
Fix scroll and visibilitychange event handling
Damian Tarnawski
2023-11-25
1
-5
/
+5
|
*
Fix set_element_value_string parameter name
Damian Tarnawski
2023-11-25
1
-1
/
+1
|
*
Fix alignment
Damian Tarnawski
2023-11-25
1
-2
/
+2
|
*
Correct some typos in runtime.js
Damian Tarnawski
2023-11-25
1
-4
/
+4
*
|
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
2
-2
/
+2
|
/
*
Replace Math.random with crypto.getRandomValues for _system_number
Damian Tarnawski
2023-10-27
1
-1
/
+0
*
Use wasmMemoryInterface for rand_bytes
Damian Tarnawski
2023-10-27
1
-1
/
+1
*
Add system_random and random_bytes for js target
Damian Tarnawski
2023-10-27
1
-0
/
+6
*
Correct loadI64 and storeI64 methods in runtime.js
Damian Tarnawski
2023-10-22
1
-4
/
+2
[next]