wackbyte
bbaa60e8c2
Update dependencies ( #30 )
...
* dev-test: update dependencies
* update wasmparser: 0.99.0 -> 0.101.1
Remove `i64` generation fix for elements as they only contain `reftype` and not `i64`
* update wasmparser: 0.101.1 -> 0.103.0
See <https://github.com/bytecodealliance/wasm-tools/pull/957 > for more information
* update wasmparser: 0.103.0 -> 0.106.0
* update wasmparser: 0.106.0 -> 0.107.0
2023-06-26 17:19:12 -04:00
Rerumu
945e76903f
Tweak local spill heuristic
2023-06-25 23:31:39 -04:00
Rerumu
0416c30e67
Make some stuff Copy
2023-06-25 23:27:01 -04:00
Rerumu
d33e4a6b3e
Add naive local and temporary spills
2023-06-25 22:49:29 -04:00
Rerumu
5622aa661e
Add memory index support in analysis
2023-06-24 19:05:00 -04:00
Rerumu
4bcfbf5054
Add unimplemented messages
2023-06-23 15:42:09 -04:00
Rerumu
4bd5fb8d43
Fix bulk memory stores
2023-06-23 15:16:34 -04:00
Rerumu
32f5197b88
Fix load and store memory parameter
2023-06-23 14:12:54 -04:00
Rerumu
7a49d61e0a
Housekeeping with clippy
2023-06-20 14:07:25 -04:00
RealEthanPlayzDev
faa4e6b8ae
Fix build error within wasm-ast
2023-02-24 11:30:34 +07:00
Rerumu
f5ccf67374
Merge pull request #26 from bainchild/trunk
...
Attempt to add memory copy/fill (allocator edition)
2023-02-16 16:18:01 -05:00
wackbyte
7066e2ebd8
Bump dependencies
...
wasm-smith: 0.11.0 -> 0.12.0
wasmparser: 0.86.0 -> 0.99.0
wast: 42.0.0 -> 52.0.2
2023-01-26 23:22:02 -05:00
bainchild
8fe0fa5c03
Rename parameters (and add it)
2023-01-03 21:18:40 -06:00
bainchild
50b93641f2
Attempt to add memory copy/fill (2)
2023-01-03 01:02:26 -06:00
Rerumu
b29e25eb86
Add missing space in stores
2022-08-23 12:41:28 -04:00
Rerumu
9f27e956a8
Add load.string
to the runtime
2022-08-22 21:45:48 -04:00
Rerumu
0a9f9fd6ad
Add function loading validity checks
2022-08-22 14:10:37 -04:00
Rerumu
2c913e86ed
Add module loading validity checks
2022-08-22 14:08:38 -04:00
Rerumu
7efeffeac6
Add indentation to LuaJIT output
2022-08-21 02:12:13 -04:00
Rerumu
369097c432
Add context-less writing
2022-08-21 02:12:13 -04:00
Rerumu
33bd235c0f
Remove param
prefix for parameters
2022-08-21 02:12:13 -04:00
Rerumu
a78a3cd58b
Fix ARM bit.band
coercions
2022-08-19 19:52:52 -04:00
Rerumu
fb63f600bc
Bump crate versions
2022-07-22 00:31:22 -04:00
Rerumu
4a84a5c906
License runtimes under the MPL
2022-07-22 00:19:57 -04:00
Rerumu
f8c0a57af2
Add missing f32
saturation operations
2022-07-08 13:23:43 -04:00
Rerumu
3853e06efa
Fix conversion operations and implement saturation
...
Namie fixie
2022-07-08 12:46:23 -04:00
Rerumu
fb684eff8f
Merge similar unhinting operations
2022-07-08 12:41:45 -04:00
Rerumu
efec6203b0
Fix inconsistencies
...
Addendum to truncation rename
Rename constants for consistency
2022-07-08 12:41:45 -04:00
Rerumu
bdfede0b93
Remove entries for tables with no elements
2022-07-07 20:17:40 -04:00
Rerumu
49bc994353
Elide block labels when not referenced
2022-07-07 19:30:41 -04:00
Rerumu
028a8ada08
Bump crate versions
2022-07-02 05:40:11 -04:00
Rerumu
a0596f45e3
Close #16
2022-06-30 17:49:37 -04:00
Rerumu
e5fb05b706
Remove some more proxies
2022-06-30 14:09:36 -04:00
Rerumu
d775739581
Remove proxy function and multiple return
2022-06-30 01:47:35 -04:00
Rerumu
6e0debe287
Fix i64
sign extension for i32
2022-06-29 23:53:02 -04:00
Rerumu
04d1840d2d
Fix nearest f32
and f64
again
2022-06-28 02:03:29 -04:00
Rerumu
e6ebb222bf
Add truncation for f32
and f64
2022-06-27 20:24:01 -04:00
Rerumu
5463b48e63
Add min and max for f32
and f64
2022-06-27 20:18:55 -04:00
Rerumu
2363811773
Reorder and rename for consistency
2022-06-27 19:55:25 -04:00
Rerumu
64ddfd03f9
Remove empty array declarations
2022-06-26 04:18:15 -04:00
Rerumu
201f0b286f
Expand inlineable runtime functions
2022-06-26 03:40:28 -04:00
Rerumu
75582f40bf
Reorganize runtimes
2022-06-26 03:18:53 -04:00
Rerumu
76eb363d35
Fix nearest f32
and f64
2022-06-26 03:18:09 -04:00
Rerumu
a0354816cf
Reorder function debug names
2022-06-25 16:32:46 -04:00
Rerumu
8ec8b58a38
Fix function typing regression
2022-06-25 15:48:06 -04:00
Rerumu
fd1fb13f02
Bump crate versions
2022-06-25 05:34:23 -04:00
Rerumu
5b61f742f4
Add f32
and f64
distinction
2022-06-25 04:30:06 -04:00
Rerumu
0f96d430b6
Minor rename and changes
2022-06-25 03:31:40 -04:00
Rerumu
c52170ba6e
Refactor LuaJIT codegen to use wasmparser
2022-06-25 02:00:39 -04:00
Rerumu
6338e29ebb
Bump crate versions
2022-06-23 21:08:14 -04:00