Skip to content

Commit

Permalink
chore(cu): add wasm64 draft wasm format to default supported formats
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Jun 6, 2024
1 parent b7d3d7c commit 01b6fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/cu/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const MODE = process.env.NODE_CONFIG_ENV

if (!MODE) throw new Error('NODE_CONFIG_ENV must be defined')

const DEFAULT_PROCESS_WASM_MODULE_FORMATS = ['wasm32-unknown-emscripten', 'wasm32-unknown-emscripten2']
const DEFAULT_PROCESS_WASM_MODULE_FORMATS = ['wasm32-unknown-emscripten', 'wasm32-unknown-emscripten2', 'wasm64-unknown-emscripten-draft_2024_02_15']

/**
* The server config is an extension of the config required by the domain (business logic).
Expand Down

0 comments on commit 01b6fd0

Please sign in to comment.