ewasm-rust-api icon indicating copy to clipboard operation
ewasm-rust-api copied to clipboard

Ewasm API for Rust

Results 13 ewasm-rust-api issues
Sort by recently updated
recently updated
newest added

And provide two implementations: - native - scaffolded (* maybe look for a better name) The native one wraps around the C functions, while the scaffolded can be used for...

help wanted

Hi, I am scanning the ewasm_api in the latest version with my own static analyzer tool. Unsafe conversion found at: src/lib.rs#L258-261 ``` rust unsafe { native::ethereum_log( data.as_ptr() as *const u32,...

Hi, I am scanning the ewasm_api in the latest version with my own static analyzer tool. Unsafe conversion found at: src/lib.rs#L426 ``` rust let ret = unsafe { native::ethereum_create( value.bytes.as_ptr()...