Skip to content

Commit

Permalink
refactor: rename utils to wasm-interop
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Mar 7, 2025
1 parent dab0c08 commit bc84e4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript-engine/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import init, { Engine } from '@unleash/yggdrasil-wasm'
import { checkResponse, readResponse } from './utils'
import { checkResponse, readResponse } from './wasm-interop'
import { Strategies, type Strategy } from './strategies'
import type {
Context,
Expand Down
File renamed without changes.

0 comments on commit bc84e4a

Please sign in to comment.