Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
feat(wasm): enable wasm support
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jan 5, 2019
1 parent 12b74e7 commit 3b9320a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/tink.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require('../lib/node/index.js')
const reqmain = require.main
require = require('esm')(module, { //eslint-disable-line
force: true,
wasm: true,
cjs: {
interop: true,
namedExports: true,
Expand Down

0 comments on commit 3b9320a

Please sign in to comment.