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
*
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
*
Fix calling time.now() in wasm js runtime
Damian Tarnawski
2023-10-19
1
-8
/
+3
*
Merge pull request #2847 from thetarnav/js-runtime-patch
gingerBill
2023-10-14
1
-18
/
+22
|
\
|
*
Correct stripNewline function
Damian Tarnawski
2023-10-06
1
-1
/
+1
|
*
Define `stripNewline` function
Damian Tarnawski
2023-10-06
1
-0
/
+4
|
*
Don't pass `true` for `littleEndian` where it's not needed.
Damian Tarnawski
2023-10-06
1
-4
/
+4
|
*
Fix typo
Damian Tarnawski
2023-10-06
1
-1
/
+1
|
*
Update wasm `runtime.js`
Damian Tarnawski
2023-10-06
1
-13
/
+13
*
|
added webgl GetParameter
Rehkitzdev
2023-10-08
2
-1
/
+4
|
/
*
Merge pull request #2748 from Caedo/js-events-fix
gingerBill
2023-08-17
2
-2
/
+27
|
\
|
*
Remove pointer magic when creating strings
Caedo
2023-08-16
2
-14
/
+11
|
*
Fix issues with js events not being initialized properly
Caedo
2023-08-15
2
-2
/
+30
*
|
Require parentheses for `#align(N)`
gingerBill
2023-08-15
2
-2
/
+2
|
/
*
Update WebGL procedures to `contextless` calling convention
gingerBill
2023-06-22
2
-56
/
+53
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
2
-3
/
+3
|
\
|
*
added webgl bindFramebuffer
Rehkitzdev
2023-06-02
1
-2
/
+2
|
*
fixed webgl BindFramebuffer parameter
Rehkitzdev
2023-05-31
1
-1
/
+1
*
|
Begin work on new pseudo-architecture: wasm64p32
gingerBill
2023-04-20
4
-4
/
+4
|
/
*
Made most libraries panic on js targets instead of not compiling
Dragos Popescu
2023-03-20
4
-0
/
+338
*
fix missing wasm memory case
Colin Davidson
2022-11-18
1
-1
/
+1
*
Fix typo for `pow` in `runtime.js`
gingerBill
2022-09-08
1
-1
/
+1
*
Add custom event handling to wasm
gingerBill
2022-07-19
2
-17
/
+71
*
Update README.md
gingerBill
2022-07-10
1
-2
/
+2
*
Update wasm/README.md
gingerBill
2022-06-01
1
-51
/
+6
*
Remove loader.mjs
gingerBill
2022-06-01
1
-57
/
+0
*
Rename to `CreateProgramFromStrings`
gingerBill
2022-05-21
1
-1
/
+1
*
Add more procedures for window related positions
gingerBill
2022-05-21
2
-8
/
+56
*
Add `Context_Menu` event kind; Fix `event_prevent_default()`
gingerBill
2022-05-21
2
-1
/
+5
[next]