mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-12 22:05:33 +00:00
Implement go.debug
This commit is contained in:
parent
8adc9aeda7
commit
ad1035c63a
@ -50,7 +50,7 @@ pub fn run_golang_instance(
|
||||
}
|
||||
|
||||
fn debug(_ctx: &mut Ctx, val: i32) {
|
||||
panic!("debug not yet implemented");
|
||||
println!("{}", val);
|
||||
}
|
||||
|
||||
fn runtimeWasmExit(_ctx: &mut Ctx, val: i32) {
|
||||
|
Loading…
Reference in New Issue
Block a user