tcpip 0.1.1-dev.1 → 0.1.1-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -63,7 +63,7 @@ function init() {
|
|
|
63
63
|
switch (_a.label) {
|
|
64
64
|
case 0:
|
|
65
65
|
go = new wasm_exec_js_1.default();
|
|
66
|
-
return [4 /*yield*/, WebAssembly.instantiate(require('../../tcpip.wasm
|
|
66
|
+
return [4 /*yield*/, WebAssembly.instantiate(require('../../tcpip.wasm'), go.importObject)];
|
|
67
67
|
case 1:
|
|
68
68
|
instance = _a.sent();
|
|
69
69
|
go.run(instance);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deno.js","sourceRoot":"","sources":["../../../src/platforms/deno.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oEAAoC;AACpC,8CAA4B;AAE5B,SAAsB,IAAI;;;;;;oBAClB,EAAE,GAAG,IAAI,sBAAE,EAAE,CAAC;oBACH,qBAAM,WAAW,CAAC,WAAW,CAC5C,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"deno.js","sourceRoot":"","sources":["../../../src/platforms/deno.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oEAAoC;AACpC,8CAA4B;AAE5B,SAAsB,IAAI;;;;;;oBAClB,EAAE,GAAG,IAAI,sBAAE,EAAE,CAAC;oBACH,qBAAM,WAAW,CAAC,WAAW,CAC5C,OAAO,CAAC,kBAAkB,CAAuB,EACjD,EAAE,CAAC,YAAY,CAChB,EAAA;;oBAHK,QAAQ,GAAG,SAGhB;oBACD,EAAE,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;;;;CAClB;AAPD,oBAOC"}
|
|
@@ -2,7 +2,7 @@ import Go from '../go/wasm_exec.js';
|
|
|
2
2
|
export * from '../index.js';
|
|
3
3
|
export async function init() {
|
|
4
4
|
const go = new Go();
|
|
5
|
-
const instance = await WebAssembly.instantiate(require('../../tcpip.wasm
|
|
5
|
+
const instance = await WebAssembly.instantiate(require('../../tcpip.wasm'), go.importObject);
|
|
6
6
|
go.run(instance);
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=deno.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deno.js","sourceRoot":"","sources":["../../../src/platforms/deno.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACpC,cAAc,aAAa,CAAC;AAE5B,MAAM,CAAC,KAAK,UAAU,IAAI;IACxB,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,CAAC;IACpB,MAAM,QAAQ,GAAG,MAAM,WAAW,CAAC,WAAW,CAC5C,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"deno.js","sourceRoot":"","sources":["../../../src/platforms/deno.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACpC,cAAc,aAAa,CAAC;AAE5B,MAAM,CAAC,KAAK,UAAU,IAAI;IACxB,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,CAAC;IACpB,MAAM,QAAQ,GAAG,MAAM,WAAW,CAAC,WAAW,CAC5C,OAAO,CAAC,kBAAkB,CAAuB,EACjD,EAAE,CAAC,YAAY,CAChB,CAAC;IACF,EAAE,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;AACnB,CAAC"}
|