Skip to content

Commit 0c71381

Browse files
author
Guy Bedford
committed
0.0.8
1 parent 2d5dfab commit 0c71381

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ WASI_SDK ?= /opt/wasi-sdk
22
WASI_CXX ?= $(WASI_SDK)/bin/clang++
33
WASI_CC ?= $(WASI_SDK)/bin/clang
44
WASM_TOOLS ?= $(shell which wasm-tools)
5-
WASM_OPT ?= $(shell which wasm-opt)
5+
WASM_OPT ?= $(shell rm node_modules/.bin/wasm-opt ; which wasm-opt)
66
JCO ?= ./node_modules/.bin/jco
77
WIT_BINDGEN := $(shell which wit-bindgen)
88

0 Bytes
Binary file not shown.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/componentize-js",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"homepage": "https://github.com/bytecodealliance/componentize-js#readme",
55
"type": "module",
66
"exports": "./src/componentize.js",

0 commit comments

Comments
 (0)