Docs.rs
yulang-native-0.1.1
yulang-native 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
momota1029
Dependencies
cranelift-codegen ^0.121
normal
cranelift-frontend ^0.121
normal
cranelift-jit ^0.121
normal
cranelift-module ^0.121
normal
cranelift-native ^0.121
normal
cranelift-object ^0.121
normal
yulang-runtime ^0.1.1
normal
yulang-typed-ir ^0.1.2
normal
Versions
1.09%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
make_float
yulang_
native
0.1.1
In yulang_
native::
native_
runtime
yulang_native
::
native_runtime
Function
make_
float
Copy item path
Source
pub fn make_float( context: &mut
NativeRuntimeContext
, bytes: &[
u8
], ) ->
Option
<
*mut
VmValue
>