Skip to content

Commit

Permalink
use golem fork jco
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Jun 14, 2024
1 parent 9741f63 commit cdfca05
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 41 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
JCO ?= ./node_modules/.bin/jco

ifndef JCO
JCO = $(error No jco in PATH. Run npm install -g @bytecodealliance/jco)
JCO = $(error No jco in PATH. Run npm install -g @golemcloud/jco)
endif

# ifndef WASM_OPT
Expand Down
75 changes: 39 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"mocha": "^10.2.0"
},
"dependencies": {
"@bytecodealliance/jco": "1.1.1",
"@golemcloud/jco": "1.2.4-golem.2",
"@bytecodealliance/wizer": "^3.0.1",
"es-module-lexer": "^1.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/componentize.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
componentNew,
metadataAdd,
preview1AdapterReactorPath,
} from '@bytecodealliance/jco';
} from '@golemcloud/jco';
import { spawnSync } from 'node:child_process';
import { tmpdir } from 'node:os';
import { resolve, join } from 'node:path';
Expand Down
4 changes: 2 additions & 2 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { componentize } from '@bytecodealliance/componentize-js';
import { transpile } from '@bytecodealliance/jco';
import { componentize } from '@golemcloud/componentize-js';
import { transpile } from '@golemcloud/jco';
import { readFile, readdir, mkdir, writeFile } from 'node:fs/promises';
import { spawn } from 'node:child_process';
import { fileURLToPath } from 'node:url';
Expand Down

0 comments on commit cdfca05

Please sign in to comment.