diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-05-01 17:35:52 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-05-01 17:35:52 +0200 |
| commit | 81dc6e7062ed86945a6253c6edaffe62ddabc631 (patch) | |
| tree | 190673702389585a9b90ffe1764761a42c15fd76 /examples/rust | |
| parent | 704a8da24bb9e85e712fbb745ff4d4e1b54b6914 (diff) | |
feat: switch back to upstream wasmparser
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust')
| -rwxr-xr-x | examples/rust/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rust/build.sh b/examples/rust/build.sh index e6d3b0d..744f9d0 100755 --- a/examples/rust/build.sh +++ b/examples/rust/build.sh @@ -6,7 +6,7 @@ exclude_wat=("tinywasm") out_dir="./target/wasm32-unknown-unknown/wasm" dest_dir="out" -features="+reference-types,+bulk-memory,+mutable-globals" +features="+reference-types,+bulk-memory,+mutable-globals,+multivalue" # ensure out dir exists mkdir -p "$dest_dir" |
