@rrule-rust/lib-wasm32-wasi 2.1.0-alpha.4 → 2.1.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@rrule-rust/lib-wasm32-wasi",
3
- "version": "2.1.0-alpha.4",
3
+ "version": "2.1.0-alpha.6",
4
4
  "main": "rrule-rust.wasi.cjs",
5
5
  "files": [
6
6
  "rrule-rust.wasm32-wasi.wasm",
7
7
  "rrule-rust.wasi.cjs",
8
8
  "rrule-rust.wasi-browser.js",
9
9
  "wasi-worker.mjs",
10
+ "runtime.js",
10
11
  "wasi-worker-browser.mjs",
11
12
  "patches/**/*"
12
13
  ],
@@ -3,7 +3,7 @@ import {
3
3
  getDefaultContext as __emnapiGetDefaultContext,
4
4
  WASI as __WASI,
5
5
  createOnMessage as __wasmCreateOnMessageForFsProxy,
6
- } from '@napi-rs/wasm-runtime'
6
+ } from './runtime.js'
7
7
 
8
8
  import __wasmUrl from './rrule-rust.wasm32-wasi.wasm?url'
9
9
 
@@ -12,7 +12,7 @@ const {
12
12
  instantiateNapiModuleSync: __emnapiInstantiateNapiModuleSync,
13
13
  getDefaultContext: __emnapiGetDefaultContext,
14
14
  createOnMessage: __wasmCreateOnMessageForFsProxy,
15
- } = require('@napi-rs/wasm-runtime')
15
+ } = frequire('./runtime.js')
16
16
 
17
17
  const __rootDir = __nodePath.parse(process.cwd()).root
18
18
 
Binary file