0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 23 hours ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #85 from AndrewScheidecker/removed_magic_from_memory More... over 8 years ago
Update load/store to match design repo changes More... over 8 years ago
Merge pull request #82 from WebAssembly/numerics More... over 8 years ago
Changed comment to be more explicit than "truncate" More... over 8 years ago
Replaced explicit truncation with a comment about implicit truncation More... over 8 years ago
Merge pull request #84 from AndrewScheidecker/removed_magic_from_memory More... over 8 years ago
Removed unnecessary type annotations More... over 8 years ago
renamed value -> bits More... over 8 years ago
Merge pull request #83 from lindig/ocamlbuild More... over 8 years ago
Merge pull request #81 from AugustusHuang/master More... over 8 years ago
Add more randomly picked tests for floating point promotion and demotion More... over 8 years ago
Merge remote-tracking branch 'upstream/master' More... over 8 years ago
Got rid of Obj.magic use in memory module: Instead of doing magical casts of Bigarrays, it unpacks values into bytes before storing them, and packs them from bytes on load. More... over 8 years ago
Move the i32, i64, f32, and f64 modules from given to spec. More... over 8 years ago
Merge pull request #76 from WebAssembly/rename-to-trap More... over 8 years ago
Rename a few more assert_faults to assert_traps. More... over 8 years ago
No longer rely on ocamlfind; should work with plain OCaml distribution. More... over 8 years ago
Merge branch 'master' of github.com:WebAssembly/spec into ocamlbuild More... over 8 years ago
Fix a typo that mapped i64.ge_u to the wrong operator. More... over 8 years ago
Now using ocamlbuild for building. Rewrote Makefile, introduces _tags. More... over 8 years ago
Add more comments about overflow hazards. More... over 8 years ago
Make ResizeMemory do a full unsigned remainder to check for page size divisibility. More... over 8 years ago
Begin encapsulating I32 and I64. More... over 8 years ago
Rename the Float32 and Float64 modules to F32 and F64. More... over 8 years ago
Add float conversion tests More... over 8 years ago
Use ML-style function application in comments. More... over 8 years ago
Merge pull request #77 from WebAssembly/nearest-fix More... over 8 years ago
Merge pull request #78 from WebAssembly/minmax-fix More... over 8 years ago
Implement WebAssembly-compatible integer arithmetic and conversions. More... over 8 years ago
Merge pull request #71 from WebAssembly/rm-globals More... over 8 years ago