@01/as-virtual-code
Advanced tools
Comparing version 0.0.1-alpha2 to 0.0.1-alpha3
@@ -117,3 +117,3 @@ import { Date as WASI_Date } from "as-wasi"; | ||
if (operands.length == 0) { | ||
return new Date(Date.now()); | ||
return new Date(<i64>WASI_Date.now()); | ||
} | ||
@@ -120,0 +120,0 @@ if (operands[0].isString) { |
{ | ||
"name": "@01/as-virtual-code", | ||
"description": "JSON Based Virtual Code Evaluator written in AssemblyScript", | ||
"version": "0.0.1-alpha2", | ||
"version": "0.0.1-alpha3", | ||
"types": "assembly/index.ts", | ||
@@ -6,0 +6,0 @@ "private": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150576