Commit 23f832d
committed
Merge branch 'main' of https://github.com/bytecodealliance/wasmtime into fixed-size-list
3,593 files changed
Lines changed: 108837 additions & 97776 deletions
File tree
- .github
- actions
- cancel-on-failure
- install-rust
- workflows
- benches
- ci
- cranelift
- assembler-x64
- fuzz/fuzz_targets
- meta
- src
- dsl
- generate
- instructions
- src
- bforest
- src
- bitset
- src
- codegen
- benches
- meta
- src
- cdsl
- isa
- src
- egraph
- ir
- isa
- aarch64
- inst
- unwind
- lower
- riscv64
- inst
- unwind
- lower
- s390x
- inst
- unwind
- lower
- unwind
- x64
- encoding
- inst
- unwind
- lower
- legalizer
- machinst
- opts
- verifier
- control
- entity
- src
- filetests
- filetests
- egraph
- isa
- aarch64
- pulley32
- pulley64
- riscv64
- s390x
- x64
- legalizer
- pcc
- fail
- succeed
- runtests
- src
- frontend
- src
- frontend
- fuzzgen/src
- interpreter
- src
- isle
- islec/src
- isle
- src
- tests
- veri
- veri_engine
- src
- solver/encoded_ops
- tests/utils
- veri_ir/src
- jit
- examples
- src
- memory
- tests
- module
- src
- native
- object
- src
- tests
- reader
- src
- serde
- srcgen
- src
- src
- umbrella
- crates
- asm-macros
- src
- bench-api/src
- c-api-macros
- src
- c-api
- include
- wasmtime
- component
- types
- src
- component
- types
- tests
- component
- cache
- src
- config
- worker
- tests
- cli-flags
- src
- component-macro
- src
- tests
- expanded
- component-util
- src
- cranelift
- src
- compiler
- debug
- transform
- func_environ/gc
- enabled
- translate
- environ
- examples
- fuzz/fuzz_targets
- src
- compile
- component
- translate
- fact
- explorer
- src
- fiber
- src
- fuzzing
- src
- generators
- oracles
- wasm-spec-interpreter/src
- jit-debug
- src
- jit-icache-coherence
- src
- math
- src
- slab
- src
- test-macros/src
- test-programs
- artifacts
- src
- src
- bin
- test-util/src
- unwinder
- src
- arch
- versioned-export-macros
- src
- wasi-common
- src
- sched
- snapshots
- preview_1
- sync
- sched
- tokio
- sched
- tests/all
- wasi-config
- src
- tests
- wasi-http
- src
- tests/all
- p2
- wit
- deps
- cli
- clocks
- filesystem
- http
- io
- random
- sockets
- wasi-io
- src
- wit
- deps/io
- wasi-keyvalue
- src
- tests
- wasi-nn
- examples
- classification-component-onnx
- classification-example-winml
- src
- backend
- tests
- check
- exec
- wasi-preview1-component-adapter
- provider
- src
- verify/src
- wasi-threads/src
- wasi-tls
- src
- tests
- wit/deps
- io
- tls
- wasi
- src
- clocks
- p2
- host
- wit
- deps
- cli
- clocks
- filesystem
- io
- random
- sockets
- tests/all/p2
- wasmtime
- src
- compile
- engine
- runtime
- component
- bindgen_examples
- concurrent
- func
- externals
- func
- gc
- disabled
- enabled
- module
- store
- trampoline
- types
- vm
- arch
- component
- gc
- enabled
- instance
- allocator
- pooling
- memory
- stack_switching
- stack
- unix
- sys
- custom
- unix
- windows
- traphandlers
- vmcontext
- wave
- tests
- wast
- src
- wiggle
- generate/src
- types
- src
- test-helpers
- examples
- src
- tests
- winch
- src
- wit-bindgen
- src
- wmemcheck
- src
- docs
- examples
- component
- min-platform
- embedding/src
- src
- tokio
- wasm
- fuzz
- fuzz_targets
- pulley
- examples
- macros
- src
- src
- interp
- scripts
- src
- commands
- supply-chain
- tests
- all
- component_model
- bindgen
- debug
- testsuite
- disas
- component-model
- gc
- drc
- null
- load-store
- aarch64
- riscv64
- s390x
- x64
- pulley
- winch
- aarch64
- br_if
- br_table
- br
- call_indirect
- call
- f32_abs
- f32_add
- f32_ceil
- f32_convert_i32_s
- f32_convert_i32_u
- f32_convert_i64_s
- f32_convert_i64_u
- f32_copysign
- f32_demote_f64
- f32_div
- f32_eq
- f32_floor
- f32_ge
- f32_gt
- f32_le
- f32_lt
- f32_max
- f32_min
- f32_mul
- f32_nearest
- f32_neg
- f32_ne
- f32_reinterpret_i32
- f32_sqrt
- f32_sub
- f32_trunc
- f64_abs
- f64_add
- f64_ceil
- f64_convert_i32_s
- f64_convert_i32_u
- f64_convert_i64_s
- f64_convert_i64_u
- f64_copysign
- f64_div
- f64_eq
- f64_floor
- f64_ge
- f64_gt
- f64_le
- f64_lt
- f64_max
- f64_min
- f64_mul
- f64_nearest
- f64_neg
- f64_ne
- f64_promote_f32
- f64_reinterpret_i64
- f64_sqrt
- f64_sub
- f64_trunc
- i32_add
- i32_and
- i32_clz
- i32_ctz
- i32_divs
- i32_divu
- i32_eq
- i32_extend_16_s
- i32_extend_8_s
- i32_ge_s
- i32_ge_u
- i32_gt_s
- i32_gt_u
- i32_le_s
- i32_le_u
- i32_lt_s
- i32_lt_u
- i32_mul
- i32_ne
- i32_or
- i32_popcnt
- i32_reinterpret_f32
- i32_rems
- i32_remu
- i32_rotl
- i32_rotr
- i32_shl
- i32_shr_s
- i32_shr_u
- i32_sub
- i32_trunc_f32_s
- i32_trunc_f32_u
- i32_trunc_f64_s
- i32_trunc_f64_u
- i32_wrap_i64
- i32_xor
- i64_add
- i64_and
- i64_clz
- i64_ctz
- i64_divs
- i64_divu
- i64_eq
- i64_extend_16_s
- i64_extend_32_s
- i64_extend_8_s
- i64_extend_i32_s
- i64_extend_i32_u
- i64_ge_s
- i64_ge_u
- i64_gt_s
- i64_gt_u
- i64_le_s
- i64_le_u
- i64_lt_s
- i64_lt_u
- i64_mul
- i64_ne
- i64_or
- i64_popcnt
- i64_reinterpret_f64
- i64_rems
- i64_remu
- i64_rotl
- i64_rotr
- i64_shl
- i64_shr_s
- i64_shr_u
- i64_sub
- i64_trunc_f32_s
- i64_trunc_f32_u
- i64_trunc_f64_s
- i64_trunc_f64_u
- i64_xor
- load
- nop
- params
- store
- x64
- atomic
- fence
- load
- notify
- rmw
- add
- and
- cmpxchg
- or
- sub
- xchg
- xor
- store
- wait
- block
- br_if
- br_table
- br
- call_indirect
- call
- epoch
- f32_abs
- f32_add
- f32_ceil
- f32_const
- f32_convert_i32_s
- f32_convert_i32_u
- f32_convert_i64_s
- f32_convert_i64_u
- f32_copysign
- f32_demote_f64
- f32_div
- f32_eq
- f32_floor
- f32_ge
- f32_gt
- f32_le
- f32_lt
- f32_max
- f32_min
- f32_mul
- f32_nearest
- f32_neg
- f32_ne
- f32_reinterpret_i32
- f32_sqrt
- f32_sub
- f32_trunc
- f32x4_abs
- f32x4_add
- f32x4_ceil
- f32x4_convert_i32x4_s
- f32x4_convert_i32x4_u
- f32x4_demote_f64x2_zero
- f32x4_div
- f32x4_eq
- f32x4_extract_lane
- f32x4_floor
- f32x4_ge
- f32x4_gt
- f32x4_le
- f32x4_lt
- f32x4_max
- f32x4_min
- f32x4_mul
- f32x4_nearest
- f32x4_neg
- f32x4_ne
- f32x4_pmax
- f32x4_pmin
- f32x4_replace_lane
- f32x4_splat
- f32x4_sqrt
- f32x4_sub
- f32x4_trunc
- f64_abs
- f64_add
- f64_ceil
- f64_const
- f64_convert_i32_s
- f64_convert_i32_u
- f64_convert_i64_s
- f64_convert_i64_u
- f64_copysign
- f64_div
- f64_eq
- f64_floor
- f64_ge
- f64_gt
- f64_le
- f64_lt
- f64_max
- f64_min
- f64_mul
- f64_nearest
- f64_neg
- f64_ne
- f64_promote_f32
- f64_reinterpret_i64
- f64_sqrt
- f64_sub
- f64_trunc
- f64x2_abs
- f64x2_add
- f64x2_ceil
- f64x2_convert_low_i32x4_s
- f64x2_convert_low_i32x4_u
- f64x2_div
- f64x2_eq
- f64x2_extract_lane
- f64x2_floor
- f64x2_ge
- f64x2_gt
- f64x2_le
- f64x2_lt
- f64x2_max
- f64x2_min
- f64x2_mul
- f64x2_nearest
- f64x2_neg
- f64x2_ne
- f64x2_pmax
- f64x2_pmin
- f64x2_promote_low_f32x4
- f64x2_replace_lane
- f64x2_splat
- f64x2_sqrt
- f64x2_sub
- f64x2_trunc
- fuel
- i16x8_abs
- i16x8_all_true
- i16x8_avgr_u
- i16x8_bitmask
- i16x8_eq
- i16x8_extend_high_i8x16_s
- i16x8_extend_high_i8x16_u
- i16x8_extend_low_i8x16_s
- i16x8_extend_low_i8x16_u
- i16x8_ge_s
- i16x8_ge_u
- i16x8_gt_s
- i16x8_gt_u
- i16x8_le_s
- i16x8_le_u
- i16x8_lt_s
- i16x8_lt_u
- i16x8_narrow_i32x4_s
- i16x8_narrow_i32x4_u
- i16x8_ne
- i16x8_q15mulr_sat_s
- i16x8
- add
- extadd
- extmul
- extract_lane_s
- extract_lane_u
- max
- min
- mul
- neg
- replace_lane
- shift
- splat
- sub
- i32_add
- i32_and
- i32_clz
- i32_ctz
- i32_divs
- i32_divu
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments