Skip to content

Commit

Permalink
feat(dev-cli)!: make Module-Format default is wasm32-unknown-emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Dec 17, 2023
1 parent a91630e commit d3f64d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-cli/container/src/node/src/defaults.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const DEFAULT_MODULE_FORMAT_TAG = { name: 'Module-Format', value: 'emscripten' }
export const DEFAULT_MODULE_FORMAT_TAG = { name: 'Module-Format', value: 'wasm32-unknown-emscripten' }
export const DEFAULT_INPUT_ENCODING_TAG = { name: 'Input-Encoding', value: 'JSON-1' }
export const DEFAULT_OUTPUT_ENCODING_TAG = { name: 'Output-Encoding', value: 'JSON-1' }

Expand Down

0 comments on commit d3f64d1

Please sign in to comment.