elog (events) for wasm runtime

This commit is contained in:
NikVolf
2017-11-05 18:54:35 +03:00
parent ffee6aacff
commit bed82e5cc0
4 changed files with 100 additions and 2 deletions

View File

@@ -147,6 +147,11 @@ pub const SIGNATURES: &'static [UserFunctionDescriptor] = &[
&[I32],
None,
),
Static(
"_elog",
&[I32; 4],
None,
),
// TODO: Get rid of it also somehow?
Static(