We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2cc6a commit a4ca4caCopy full SHA for a4ca4ca
packages/npm-packages/ruby-wasm-wasi/build-package.sh
@@ -11,3 +11,6 @@ rm -rf "$dist_dir"
11
12
mkdir "$dist_dir/bindgen"
13
cp $(find "$package_dir/src/bindgen" -name "*.js" -or -name "*.d.ts") "$dist_dir/bindgen"
14
+
15
+cp "$repo_dir/LICENSE" "$dist_dir/LICENSE"
16
+cp "$repo_dir/NOTICE" "$dist_dir/NOTICE"
0 commit comments