mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 11:11:43 +00:00
Add a more convenient tracing utility for debugging; Fix basic GC test
This commit is contained in:
@ -2,8 +2,6 @@ import "allocator/arena";
|
||||
|
||||
import { utoa32, itoa32, utoa64, itoa64 } from "internal/itoa";
|
||||
|
||||
// declare function logi(i: i32): void;
|
||||
|
||||
// preliminary
|
||||
|
||||
var str: string = "hi, I'm a string";
|
||||
|
Reference in New Issue
Block a user