eyereasoner 1.3.1 → 1.5.0

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/README.md CHANGED
@@ -125,9 +125,15 @@ async function main() {
125
125
  }
126
126
 
127
127
  main();
128
-
129
128
  ```
130
129
 
130
+ ## Selecting the `SWIPL` module
131
+
132
+ The `SWIPL` module exported from this library is a build that inlines WebAssembly and data strings in order to be
133
+ isomorphic across browser and node without requiring any bundlers. Some users may wish to have more fine-grained control
134
+ over their SWIPL module; for instance in order to load the `.wasm` file separately for performance. In these cases
135
+ see the `SWIPL` modules exported by [npm swipl wasm](https://github.com/rla/npm-swipl-wasm/).
136
+
131
137
  ## License
132
138
  ©2022–present
133
139
  [Jesse Wright](https://github.com/jeswr),