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

Method i64

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

Source from the content-addressed store, hash-verified

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); }
531 static auto ref(own<Ref>&& x) -> Val { return Val(std::move(x)); }

Callers 8

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