mod call_hook;
mod call_host_via_engine;
mod fuel_consumption;
mod fuel_metering;
mod func;
mod host_call_compilation;
mod host_call_error;
mod host_call_instantiation;
mod host_calls_wasm;
mod instantitation;
mod multi_memory;
mod reextract_memory;
mod resource_limiter;
mod resumable_call;
Homonyms
cyb/evy/forks/naga/src/back/hlsl/mod.rs
struct Baz { m: mat3x2, } struct Baz { float2 m_0; float2 m_1; float2 m_2; }; float3x2 GetMatmOnBaz(Baz obj) { return float3x2(obj.m_0, obj.m_1, obj.m_2); }