MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / i32

Method i32

include/wasm.hh:527–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525 auto is_ref() const -> bool { return wasm::is_ref(kind_); }
526
527 static auto i32(int32_t x) -> Val { return Val(x); }
528 static auto i64(int64_t x) -> Val { return Val(x); }
529 static auto f32(float32_t x) -> Val { return Val(x); }
530 static auto f64(float64_t x) -> Val { return Val(x); }

Callers 12

callFunction · 0.80
callbackFunction · 0.80
neg_callbackFunction · 0.80
runFunction · 0.80
callbackFunction · 0.80
runFunction · 0.80
operator<<Function · 0.80
runFunction · 0.80
val_to_v8Function · 0.80
setMethod · 0.80
hide_valFunction · 0.80
release_valFunction · 0.80

Calls 1

ValClass · 0.85

Tested by

no test coverage detected