Skip to content

Commit 3176a86

Browse files
OldManYellsAtCloudotavio
authored andcommitted
wasm-tools: add recipe
CLI and Rust libraries for low-level manipulation of WebAssembly modules It is a build dependency for wasi-sdk-sysroot. Solves #983 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
1 parent 98a4b45 commit 3176a86

4 files changed

Lines changed: 652 additions & 1 deletion

File tree

meta-firefox/conf/post-whinlatter-s-config.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ S:pn-wasi-sdk-sysroot-native = "${CORRECT_S}"
1515
S:pn-wasi-sdk-toolchain-native = "${CORRECT_S}"
1616
S:pn-wasm-component-ld = "${CORRECT_S}"
1717
S:pn-wasm-component-ld-native = "${CORRECT_S}"
18+
S:pn-wasm-tools = "${CORRECT_S}"
19+
S:pn-wasm-tools-native = "${CORRECT_S}"

meta-firefox/recipes-devtools/wasi-sdk/wasi-sdk-sysroot-native_31.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require wasi-sdk.inc
22

3-
DEPENDS += "wasi-sdk-toolchain-native wasm-component-ld-native libedit-native"
3+
DEPENDS += "wasi-sdk-toolchain-native wasm-component-ld-native libedit-native wasm-tools-native"
44
RDEPENDS:${PN} = "wasi-sdk-toolchain-native wasm-component-ld-native"
55

66
# The first 3 options come from the project's readme, about the compiling

0 commit comments

Comments
 (0)