git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 0c2b4bb4899d91f3248845ca6992f290844bbba2

Remove obsolete print/memPrint

Alex Beregszaszi committed on 8/4/2016, 12:13:36 AM
Parent: d48321af0dae8c0c5f6959e9c51e6ff1331b5a1b

Files changed

interface.jschanged
interface.jsView
@@ -5,16 +5,8 @@
55 const constants = require('./constants.js')
66
77 // The interface exposed to the WebAessembly Core
88 module.exports = class Interface {
9- print (a) {
10- console.log(a)
11- }
12-
13- memPrint () {
14- console.log((new Uint8Array(this.module.exports.memory)).toString())
15- }
16-
179 constructor (environment) {
1810 this.environment = environment
1911 }
2012

Built with git-ssb-web