mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-30 09:01:33 +00:00
Added missing functions for pyodide
Since Pyodide is focused on running on desktop, this pull-request lacks Javascript runtime functions. It also sorted alphabetically some functions
This commit is contained in:
6
lib/emscripten/src/inet.rs
Normal file
6
lib/emscripten/src/inet.rs
Normal file
@ -0,0 +1,6 @@
|
||||
use wasmer_runtime_core::vm::Ctx;
|
||||
|
||||
pub fn addr(_ctx: &mut Ctx, _cp: i32) -> i32 {
|
||||
debug!("inet::addr({})", _cp);
|
||||
0
|
||||
}
|
Reference in New Issue
Block a user