Skip to content

Conversation

@wilsonwang371
Copy link
Collaborator

@wilsonwang371 wilsonwang371 commented Jan 30, 2026

This pull request updates the build process for WASM-JS samples in the Makefile to simplify output handling and standardize naming conventions. The main changes focus on removing the separate Rust build directory for JS samples and ensuring output WASM files have a consistent prefix.

Build process simplification and output standardization:

  • Removed the creation and use of the samples/build/rust directory for JS sample builds; now only the samples/build/js directory is used. [1] [2]
  • Added a js- prefix (configurable via JS_WASM_PREFIX) to all built WASM-JS sample filenames to ensure consistent naming. [1] [2]
  • Stopped copying built WASM files to the now-removed Rust build directory for JS samples, further streamlining the build output.

@wilsonwang371 wilsonwang371 merged commit 381e007 into main Jan 30, 2026
8 checks passed
@wilsonwang371 wilsonwang371 deleted the wilson-improvements branch January 30, 2026 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants