Skip to content

Commit

Permalink
refactor(next/swc): revise log message
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Aug 23, 2022
1 parent 84b0517 commit 0baa55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/swc/index.js
Expand Up @@ -172,7 +172,7 @@ async function loadWasm(importPath = '') {
if (pkg === '@next/swc-wasm-web') {
bindings = await bindings.default()
}
Log.info('Using experimental wasm build of next-swc')
Log.info('Using wasm build of next-swc')

// Note wasm binary does not support async intefaces yet, all async
// interface coereces to sync interfaces.
Expand Down

0 comments on commit 0baa55f

Please sign in to comment.