Skip to content

Commit

Permalink
wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
tysonrm committed Jul 29, 2021
1 parent e2bf5dc commit 31370a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions src/domain/import-remotes.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
"use strict";

export async function importWasm() {
console.log("importing wasm <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<,");
require("./demo")
.factory()
.then(inst => inst._sayHi());
}

/**
* @returns {Promise<import('.').ModelSpecification[]>}
*/
Expand Down
2 changes: 0 additions & 2 deletions src/domain/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ import {
importModelCache,
importAdapterCache,
importServiceCache,
importWasm,
} from "./import-remotes";

/**
Expand Down Expand Up @@ -309,6 +308,5 @@ export async function importRemoteCache(name) {
register(model, serviceCache, adapterCache, true);
}

// importWasm().then(()=> console.log("imported wasm compiled from c");

export default ModelFactory;

0 comments on commit 31370a7

Please sign in to comment.