Skip to content

Commit 101f8da

Browse files
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 75fddbd commit 101f8da

3 files changed

Lines changed: 650 additions & 1 deletion

File tree

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)