issues
search
wasm3
/
wasm3-rs
Rust wrapper for Wasm3, the fastest WebAssembly interpreter
MIT License
160
stars
44
forks
source link
why is there a inner pointer error?
#38
Closed
luyikk
closed
2 years ago
luyikk
commented
2 years ago
[derive(Copy, Clone, PartialEq, Eq)]
pub struct Wasm3Error(*const cty::c_char);
This contaminates error.
[derive(Copy, Clone, PartialEq, Eq)]
pub struct Wasm3Error(*const cty::c_char);
This contaminates error.